Started by user Oleksii Korniienko Rebuilds build #127 Running as Oleksii Korniienko Agent centos-7-2vpr7 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-2vpr7" 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-2vpr7" - 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-2vpr7" - 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-2vpr7 (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 :60 -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 Fri Aug 25 07:16:21 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5960 vncext: created VNC server for screen 0 [reddeer.verification.parametrized] $ /bin/sh -xe /tmp/jenkins12114662506323369223.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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.common.test --- [INFO] Resolving class path of RedDeer Common Tests... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (16.38kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (88.49kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (87.79kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.common.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.common.test --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/bin [WARNING] Source directory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/resources does not exist [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.common.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.common.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/org.eclipse.reddeer.common.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.common.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.common.test --- [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (32.88kB) [INFO] Fetching org.eclipse.platform_4.29.0.v20230726-1800.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (586.38kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.common.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.common.test.wait.GroupWaitTest 07:18:24.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:25.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:18:25.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:29.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:18:29.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:33.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:18:33.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:34.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:18:34.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:36.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:18:36.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:39.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition failed, an exception will be thrown 07:18:39.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:18:43.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:50.440 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.181 s - in org.eclipse.reddeer.common.test.wait.GroupWaitTest test_groupWaitTimeoutMedium(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 1.093 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.002 s test_groupWaitWaitWhileFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 3.503 s test_groupWaitBothConditionsFailed(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 2.501 s test_groupWaitWaitUntilAndWhileFulfilled(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 11.003 s test_groupWaitValidAndNullWaitCondition(org.eclipse.reddeer.common.test.wait.GroupWaitTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.test.wait.TimePeriodTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.reddeer.common.test.wait.TimePeriodTest getSeconds_factor_gt1_periodmax(org.eclipse.reddeer.common.test.wait.TimePeriodTest) Time elapsed: 0.001 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 07:18:50.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:18:57.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:18:57.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:19:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:19:04.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:19:07.000 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 07:19:07.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:19:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:19:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:19:21.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition finished successfully 07:19:21.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.common.test.wait.CustomWaitCondition... 07:19:23.511 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 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.028 s - in org.eclipse.reddeer.common.test.util.XPathEvaluatorTest testXPathWithNamespacesAndIgnoringNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.02 s testXPathWithAndWithoutNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 s testXPathWithUserDefinedNamespaces(org.eclipse.reddeer.common.test.util.XPathEvaluatorTest) Time elapsed: 0.002 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.001 s Running org.eclipse.reddeer.common.adaptable.RedDeerAdaptableTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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 s Running org.eclipse.reddeer.common.properties.RedDeerPropertiesTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.RedDeerPropertiesTest getFloatSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float_fail(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getFloatSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getBooleanSystemValue_textProperty(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue_float(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getByName_nonExisting(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s getSystemValue(org.eclipse.reddeer.common.properties.RedDeerPropertiesTest) Time elapsed: 0 s Running org.eclipse.reddeer.common.properties.LoggerTest 07:19:23.589 DEBUG [WorkbenchTestable][LoggerTest] DEBUG testing RedDeer logger message 07:19:23.589 DUMP [WorkbenchTestable][LoggerTest] DUMP testing RedDeer logger message 07:19:23.589 ERROR [WorkbenchTestable][LoggerTest] ERROR testing RedDeer logger message 07:19:23.589 FATAL [WorkbenchTestable][LoggerTest] FATAL testing RedDeer logger message 07:19:23.589 INFO [WorkbenchTestable][LoggerTest] INFO testing RedDeer logger message 07:19:23.589 STEP [WorkbenchTestable][LoggerTest] STEP testing RedDeer logger message 07:19:23.589 TRACE [WorkbenchTestable][LoggerTest] TRACE testing RedDeer logger message Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.reddeer.common.properties.LoggerTest testLoggerMessageTypes(org.eclipse.reddeer.common.properties.LoggerTest) Time elapsed: 0 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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.swt.test --- [INFO] Resolving class path of RedDeer SWT Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.swt.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.swt.test --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.swt.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.swt.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/org.eclipse.reddeer.swt.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.swt.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.swt.test --- [INFO] Fetching org.eclipse.rap.tools.launch.rwt_3.26.0.20230705-0942.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (132.67kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (81.03kB) [INFO] Fetching org.apache.commons.commons-codec_1.16.0.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (352.28kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (777.98kB) [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (118.37kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (161.99kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (155.17kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (70.41kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/releases/2023-09/202308041000/plugins/ (62.46kB) [INFO] Fetching slf4j.api_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (40.16kB) [INFO] Fetching com.google.guava_32.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (2.9MB) [INFO] Fetching slf4j.simple_1.7.36.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (14.97kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.swt.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:37.853 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:19:37.855 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:19:37.865 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:19:37.866 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:19:37.935 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:37.957 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:37.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:37.962 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:37.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:19:37.964 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:19:37.971 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:19:38.028 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.028 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:38.030 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.031 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:38.033 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.035 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.037 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.037 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.239 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:19:38.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:38.256 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:19:38.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.326 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.329 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.442 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.444 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.445 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:38.449 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:19:38.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.527 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.528 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.528 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.528 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.528 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.565 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.566 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:38.567 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:19:38.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.574 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.574 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.650 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.650 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.650 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.650 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:38.738 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:19:38.738 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:19:38.739 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:19:38.739 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:19:38.739 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 07:19:38.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.771 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.771 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.771 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:38.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:38.852 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:38.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:38.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:38.863 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:38.863 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:19:38.863 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:19:38.863 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:19:38.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.870 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:38.870 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:38.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:38.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:38.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:38.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:38.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19: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 07:19:39.026 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.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 07:19:39.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:39.028 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:19:39.030 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem1" 07:19:39.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:39.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.037 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.062 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:39.062 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.062 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:39.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:39.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.062 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.148 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.149 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'MenuShell' 07:19:39.149 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellMenuBarItem" 07:19:39.149 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem' 07:19:39.150 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem 07:19:39.150 DEBUG [main][MenuItemLookup] Found menu:'ShellMenuBarItem1' 07:19:39.150 DEBUG [main][MenuItemLookup] Item match:ShellMenuBarItem1 07:19:39.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:39.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) 07:19:39.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest 07:19:39.249 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s - in org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.305 s testErrorMessageForNonexistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.185 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.122 s shellMenuTest1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.121 s testErrorMessageForNonexistingComplexMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.17 s hasExistingMenuItemWithPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.121 s shellMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ShellMenuTest) Time elapsed: 0.186 s Running org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.272 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.273 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:39.274 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.274 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.274 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:39.274 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.275 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.275 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.275 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:39.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.368 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:39.368 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.369 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.369 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.370 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.371 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.371 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.371 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:19:39.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:19:39.373 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem2" 07:19:39.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.425 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.435 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.435 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.435 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.435 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19: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 07:19:39.482 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19: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 07:19:39.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.483 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.485 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:39.485 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.485 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.485 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.485 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.486 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.486 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:19:39.486 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:19:39.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.523 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.523 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.531 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.531 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.531 INFO [WorkbenchTestable][RequirementsRunner] Started test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.531 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.532 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.577 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:39.579 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.579 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.579 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.579 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.580 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.580 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:39.580 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:39.580 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:19:39.580 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:19:39.580 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemRadio 07:19:39.581 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemRadio" 07:19:39.581 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemRadio 07:19:39.583 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemRadio 07:19:39.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.632 INFO [WorkbenchTestable][RequirementsRunner] Finished test: radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.632 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.632 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.632 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.664 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.665 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.666 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:39.666 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.668 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.668 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.668 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.668 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.670 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.670 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:19:39.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.676 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.676 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.698 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.698 INFO [WorkbenchTestable][RequirementsRunner] Started test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.698 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:39.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.750 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.750 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.750 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.750 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.751 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:39.751 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:39.751 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:19:39.751 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:19:39.751 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:19:39.751 DEBUG [main][MenuItemLookup] Item match:DisabledMenu 07:19:39.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.758 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.758 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.780 INFO [WorkbenchTestable][RequirementsRunner] Finished test: disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.780 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.780 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.780 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:19:39.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:19:39.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.866 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:39.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:39.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:39.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:39.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:39.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:39.900 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:39.900 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:39.900 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:39.900 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:39.900 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:39.900 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.900 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:39.901 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:39.901 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:39.901 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:19:39.901 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:19:39.901 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:19:39.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:39.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:39.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:39.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:39.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:39.980 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:19:39.980 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:39.980 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ShellContextMenuItem" 07:19:39.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.986 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:39.986 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:39.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:39.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:39.995 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.995 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:39.995 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:39.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:39.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:39.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:39.995 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.059 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.060 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.060 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.060 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.061 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.061 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.061 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.061 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.061 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.061 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.061 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.061 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.062 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.062 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:19:40.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:19:40.063 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuDisabledChild" 07:19:40.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.069 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.069 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.091 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.145 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.146 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.146 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.146 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.146 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemRadio' 07:19:40.146 DEBUG [main][MenuItemLookup] Found menu:'DisabledMenu' 07:19:40.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.229 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.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.shell.DefaultShell, index 0 and no matchers specified 07:19:40.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.231 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.231 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.231 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.231 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.231 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:19:40.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:19:40.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItem1 07:19:40.232 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItem1 07:19:40.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItem1" 07:19:40.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:40.234 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:40.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "MenuShell" as the parent 07:19:40.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:40.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:19:40.237 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:19:40.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.254 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.299 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.299 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.301 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.301 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.301 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.301 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.301 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.379 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.380 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 35 07:19:40.380 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.380 DEBUG [main][MenuItemLookup] Found menu:'ShellContextMenuItem' 07:19:40.380 DEBUG [main][MenuItemLookup] Item match:ShellContextMenuItem 07:19:40.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.386 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.386 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.428 INFO [WorkbenchTestable][RequirementsRunner] Finished test: shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.428 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.428 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.428 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.467 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.469 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.470 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.470 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.470 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.470 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.470 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.470 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.471 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.471 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.471 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:19:40.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenu" 07:19:40.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.478 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.488 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.488 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.488 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.488 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.552 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.552 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.552 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.558 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.567 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.567 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.645 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.645 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.646 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.647 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.647 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.647 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.647 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.647 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.647 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.648 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.648 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.648 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:19:40.648 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenuEnabledChild' 07:19:40.648 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenuEnabledChild 07:19:40.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:19:40.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.662 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.662 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.662 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.662 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.751 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.752 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.752 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.752 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.753 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.753 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.753 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.753 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItem1 07:19:40.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.759 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.759 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.768 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.768 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.768 INFO [WorkbenchTestable][RequirementsRunner] Started test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.768 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.833 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.833 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.833 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.834 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.834 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.834 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.834 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.834 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemWithMenu 07:19:40.834 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemWithMenuEnabledChild" 07:19:40.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.861 INFO [WorkbenchTestable][RequirementsRunner] Finished test: menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.861 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.861 INFO [WorkbenchTestable][RequirementsRunner] Started test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.861 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:40.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:40.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:40.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:19:40.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:40.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:40.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:40.894 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item TreeItem1 07:19:40.894 DEBUG [main][TreeItemHandler] Selecting tree item: TreeItem1 07:19:40.894 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item TreeItem1 about selection 07:19:40.894 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: TreeItem1 07:19:40.894 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:19:40.894 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:40.895 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem1' 07:19:40.895 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItem2' 07:19:40.895 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemWithMenu' 07:19:40.895 DEBUG [main][MenuItemLookup] Found menu:'TreeItem1MenuItemCheck' 07:19:40.895 DEBUG [main][MenuItemLookup] Item match:TreeItem1MenuItemCheck 07:19:40.895 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"TreeItem1MenuItemCheck" 07:19:40.895 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text TreeItem1MenuItemCheck 07:19:40.895 INFO [main][MenuItemHandler] Select menu item: TreeItem1MenuItemCheck 07:19:40.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.902 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.937 INFO [WorkbenchTestable][RequirementsRunner] Finished test: checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) 07:19:40.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest 07:19:40.937 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:40.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.666 s - in org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest menuItemGetMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.16 s menuItemGetText no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s radioMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.101 s getMenuItemByMatcher no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.066 s disabledMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.082 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.086 s getMenuItemByMatcherNonExisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.082 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.047 s menuItemGetAllChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.096 s getMenuItemByPathNonexisting no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.07 s selectMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s getAllMenuItems_viaConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.081 s shellContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.092 s menuItemConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.06 s getAllMenuItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.078 s menuItemConstructor1 no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.095 s getMenuItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.106 s menuItemGetAvailableChildItems no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.093 s checkMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ContextMenuTest) Time elapsed: 0.076 s Running org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:40.957 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:40.958 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:40.958 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:40.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:40.958 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:40.958 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:40.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:40.959 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:40.959 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:40.961 INFO [WorkbenchTestable][JavaPerspective] Open perspective: 'Java' 07:19:40.961 DEBUG [WorkbenchTestable][JavaPerspective] Trying to open perspective: 'Java' 07:19:40.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:40.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:40.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:40.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:40.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Open Perspective") 07:19:40.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:40.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:40.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:40.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:40.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:40.999 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Open Perspective 07:19:41.000 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:41.000 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:41.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available.... 07:19:41.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Open Perspective"] is available. finished successfully 07:19:41.107 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Open Perspective 07:19:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:41.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:41.126 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:19:41.126 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.126 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:19:41.126 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:41.126 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:41.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:19:41.128 INFO [WorkbenchTestable][AbstractTable] Select table rows ([Length: 1] 'Java') 07:19:41.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:41.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:41.145 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:19:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:19:41.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:19:41.146 TRACE [main][WidgetHandler] Notify Table with event 13 07:19:41.146 TRACE [main][WidgetHandler] Wait for synchronization 07:19:41.146 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.147 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:19:41.147 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:41.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.152 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Open Perspective" as the parent 07:19:41.153 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:41.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:41.154 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:41.159 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:41.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:41.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:41.160 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:41.160 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:41.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:41.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:19:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.755 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.755 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.755 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:19:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.759 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.759 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.760 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.760 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.760 DEBUG [main][MenuItemLookup] Item match:Perspective 07:19:41.763 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:19:41.763 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.763 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:19:41.763 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:19:41.763 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:19:41.763 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:19:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:19:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.767 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.767 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.768 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.768 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:19:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.768 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.769 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.769 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.769 DEBUG [main][MenuItemLookup] Item match:Perspective 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:19:41.770 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:19:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.770 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.770 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.770 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:19:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.771 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:41.771 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:41.771 DEBUG [main][MenuItemLookup] Item match:Window 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:19:41.772 DEBUG [main][MenuItemLookup] Item match:Perspective 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Open Perspective' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Customize Perspective...' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Save Perspective As...' 07:19:41.772 DEBUG [main][MenuItemLookup] Found menu:'Reset Perspective...' 07:19:41.772 DEBUG [main][MenuItemLookup] Item match:Reset Perspective... 07:19:41.772 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Reset Perspective..." 07:19:41.772 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Reset Perspective... 07:19:41.773 INFO [main][MenuItemHandler] Select menu item: &Reset Perspective... 07:19:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available.... 07:19:41.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Reset Perspective"] is available. finished successfully 07:19:41.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Reset Perspective 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:41.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 07:19:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.838 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Reset Perspective") 07:19:41.838 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:41.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:41.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Reset Perspective" as the parent 07:19:41.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:41.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:41.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:41.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:41.839 INFO [WorkbenchTestable][AbstractButton] Click button &Reset Perspective 07:19:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:41.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:41.839 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:41.840 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:42.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 07:19:42.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:42.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.008 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:42.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'Run.*') 07:19:42.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:42.044 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:42.044 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:42.161 DEBUG [main][MenuItemLookup] Found menu:'(no launch history)' 07:19:42.161 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:42.162 DEBUG [main][MenuItemLookup] Found menu:'Run As' 07:19:42.162 DEBUG [main][MenuItemLookup] Item match:Run As 07:19:42.165 DEBUG [main][MenuItemLookup] Found menu:'(none applicable)' 07:19:42.165 DEBUG [main][MenuItemLookup] Item match:(none applicable) 07:19:42.175 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"(none applicable)" 07:19:42.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:42.175 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.175 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.176 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) 07:19:42.176 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest 07:19:42.176 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.176 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 s - in org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest WorkbenchToolItemMultiLayeredMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.WorkbenchToolItemMenuTest) Time elapsed: 0.17 s Running org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.186 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.186 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:42.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.186 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.187 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:42.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.187 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:42.187 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:42.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.188 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:42.202 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' view via menu. 07:19:42.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:42.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:42.202 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:42.203 DEBUG [main][MenuItemLookup] Item match:Window 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:42.203 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:42.203 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:42.208 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:42.208 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:42.209 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:42.209 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:42.223 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:42.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:42.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:42.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:42.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.292 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:42.292 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:42.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:42.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:42.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:19:42.294 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:42.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:42.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:42.798 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:42.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:19:42.799 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:19:42.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:42.800 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:19:42.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:42.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:19:42.800 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT 07:19:42.800 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT 07:19:42.800 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT about selection 07:19:42.801 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT 07:19:42.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.801 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:42.801 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:42.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.802 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:42.802 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:42.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.802 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:42.802 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:42.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.803 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:42.803 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:42.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:42.803 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:42.803 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:42.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:42.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:42.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.894 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:42.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:19:42.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.901 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:42.903 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:19:42.903 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:19:42.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:42.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:42.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:42.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:42.938 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:19:42.938 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:42.938 DEBUG [main][MenuItemLookup] Found menu:'View Action with ID' 07:19:42.938 DEBUG [main][MenuItemLookup] Item match:View Action with ID 07:19:42.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"View Action with ID" 07:19:42.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text View Action with ID 07:19:42.939 INFO [main][MenuItemHandler] Select menu item: View Action with ID 07:19:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled.... 07:19:42.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ViewWithActionIsToggled. finished successfully 07:19:42.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:42.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:42.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.955 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:19:42.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.960 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:42.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 '\*?\QRedDeer SWT\E') 07:19:42.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:42.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:42.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:42.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:42.966 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:19:42.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:19:42.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:42.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:42.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:42.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:42.968 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:19:42.968 DEBUG [main][MenuItemLookup] Item match:submenu 07:19:42.971 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 07:19:42.971 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuA 07:19:42.972 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&A" 07:19:42.972 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuA 07:19:42.972 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&A 07:19:42.972 DEBUG [main][MenuItemLookup] Found menu:'submenu' 07:19:42.972 DEBUG [main][MenuItemLookup] Item match:submenu 07:19:42.973 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuA' 07:19:42.973 DEBUG [main][MenuItemLookup] Found menu:'parameterizedMenuB' 07:19:42.973 DEBUG [main][MenuItemLookup] Item match:parameterizedMenuB 07:19:42.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"parameterizedMenu&B" 07:19:42.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text parameterizedMenuB 07:19:42.973 INFO [main][MenuItemHandler] Select menu item: parameterizedMenu&B 07:19:42.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:42.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:42.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:42.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:42.974 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:42.974 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:42.974 INFO [WorkbenchTestable][RequirementsRunner] Started test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:42.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:42.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:42.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:42.974 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:42.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:42.992 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:42.992 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 07:19:42.992 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:42.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:42.992 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:42.992 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'File' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:19:42.993 DEBUG [main][MenuItemLookup] Item match:Window 07:19:42.993 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:19:42.994 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:19:42.994 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:19:42.994 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:42.994 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:19:42.994 DEBUG [main][MenuItemLookup] Item match:Show View 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:43.025 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:19:43.025 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:19:43.035 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:19:43.035 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:19:43.035 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:19:43.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:19:43.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:19:43.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:43.090 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:19:43.090 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.090 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:43.090 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.090 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:19:43.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:19:43.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:19:43.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:19:43.092 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:19:43.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:43.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:43.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:19:43.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:19:43.598 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:19:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:19:43.599 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:19:43.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:19:43.599 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:19:43.599 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 07:19:43.599 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 07:19:43.600 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 07:19:43.600 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 07:19:43.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:43.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:19:43.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:19:43.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:43.603 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:19:43.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:43.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:43.603 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:43.603 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:19:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:19:43.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:19:43.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:19:43.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.745 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:43.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:43.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:43.746 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:43.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:19:43.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:43.752 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:19:43.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:19:43.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:43.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:43.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:43.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:43.768 DEBUG [main][MenuItemLookup] Found menu:'Group By' 07:19:43.768 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:43.768 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 07:19:43.768 DEBUG [main][MenuItemLookup] Item match:Filters... 07:19:43.769 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Filters..." 07:19:43.769 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Filters... 07:19:43.769 INFO [main][MenuItemHandler] Select menu item: &Filters... 07:19:43.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 07:19:43.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 07:19:43.851 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Log Filters 07:19:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:19:43.852 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.852 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Log Filters" as the parent 07:19:43.852 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:19:43.854 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:19:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:19:43.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:19:43.854 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:19:43.855 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available.... 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Log Filters"] is available. finished successfully 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available.... 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Progress Information"] is available. finished successfully 07:19:43.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:43.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:43.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:43.956 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:43.956 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:43.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:43.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:43.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:43.956 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:43.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' is already open. Activate. 07:19:43.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:19:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:43.980 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:19:43.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:19:43.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:43.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:43.986 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:19:43.986 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:19:43.986 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:19:43.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:19:43.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:19:43.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:19:43.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'Group By' 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'Filters...' 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'' 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'Activate on new events' 07:19:43.988 DEBUG [main][MenuItemLookup] Found menu:'Show text filter' 07:19:43.988 DEBUG [main][MenuItemLookup] Item match:Show text filter 07:19:43.989 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Show text filter" 07:19:43.989 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Show text filter 07:19:43.989 INFO [main][MenuItemHandler] Select menu item: &Show text filter 07:19:43.989 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:19:43.989 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:43.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:43.993 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 07:19:43.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:43.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:43.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:43.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:44.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:44.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:44.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:44.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:44.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:45.002 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:19:45.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:45.002 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.002 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.003 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) 07:19:45.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest 07:19:45.003 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.003 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.818 s - in org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest actionWithIdViewMenuTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.753 s parameterizedViewMenuItemTest no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.034 s testErrorLogMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 0.982 s testCheckStyledMenus no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ViewMenuItemTest) Time elapsed: 1.047 s Running org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.012 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.013 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:45.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.013 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.013 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.013 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.014 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:45.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:45.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:45.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:45.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:19:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:45.048 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:45.048 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:45.059 DEBUG [main][MenuItemLookup] Found menu:'ToolItemMenuItem1' 07:19:45.059 DEBUG [main][MenuItemLookup] Item match:ToolItemMenuItem1 07:19:45.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.087 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.087 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.087 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.087 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:45.137 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:45.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:19:45.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:45.138 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:45.138 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:45.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 07:19:45.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem2" 07:19:45.147 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem3" 07:19:45.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.153 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.153 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.175 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:45.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:45.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:45.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:19:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:45.206 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:45.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:45.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.236 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.258 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.258 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.258 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:45.292 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:45.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "toolItemMenu") 07:19:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:45.295 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:19:45.295 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:19:45.307 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"ToolItemMenuItem1" 07:19:45.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.335 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.335 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.335 INFO [WorkbenchTestable][RequirementsRunner] Started test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.335 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available.... 07:19:45.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MenuShell"] is available. finished successfully 07:19:45.381 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MenuShell 07:19:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:19:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:19:45.382 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "genericToolItem") 07:19:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:45.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:45.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:45.382 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:19:45.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.389 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.430 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) 07:19:45.430 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest 07:19:45.430 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:45.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest toolItemMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.073 s hasNonExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.088 s toolItemMenu no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.083 s hasExistingMenuItem no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.077 s toolItemMenuWrongStyle no-configuration(org.eclipse.reddeer.swt.test.impl.menu.ToolItemMenuTest) Time elapsed: 0.095 s Running org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:45.445 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:45.447 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:19:45.447 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:45.447 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.447 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.448 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.448 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:45.448 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:45.448 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:45.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 1 and no matchers specified 07:19:45.573 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:45.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:45.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:45.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:45.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:45.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:45.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:46.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:46.130 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:46.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:19:46.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:19:46.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:46.631 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 1 was not found 07:19:46.632 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:46.632 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:46.632 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:46.632 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:46.632 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:46.632 INFO [main][AbstractShell] Close shell Testing shell 07:19:46.632 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:46.643 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:46.643 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:46.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:46.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:46.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:46.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:46.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:46.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:46.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:46.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:46.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:46.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:46.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:46.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "@#NON_EXISITNG_LABEL%$") 07:19:46.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:46.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:46.724 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:46.724 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:46.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:46.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:46.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:47.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:47.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:47.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:47.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:19:47.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:19:47.727 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was not found 07:19:47.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:47.728 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:47.728 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:47.728 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:47.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:47.728 INFO [main][AbstractShell] Close shell Testing shell 07:19:47.728 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:47.740 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:47.741 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:47.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:47.741 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:47.741 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:47.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:47.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:47.760 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:47.760 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:47.760 INFO [WorkbenchTestable][RequirementsRunner] Started test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:47.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:47.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:47.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:47.761 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:47.792 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:19:47.792 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:47.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:47.838 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:47.838 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:47.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:47.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:47.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:47.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:19:47.840 INFO [WorkbenchTestable][AbstractBrowser] Execute script: testExecute() 07:19:47.922 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:47.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 07:19:47.922 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:47.922 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:47.922 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:47.922 INFO [main][AbstractShell] Close shell Testing shell 07:19:47.922 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:47.935 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:47.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:47.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:47.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:47.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:47.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:47.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:47.951 INFO [WorkbenchTestable][RequirementsRunner] Finished test: executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:47.951 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:47.951 INFO [WorkbenchTestable][RequirementsRunner] Started test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:47.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:47.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:47.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:47.951 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:47.982 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:19:47.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:48.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.025 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:48.025 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:48.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:48.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:48.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:48.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:48.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:19:48.026 INFO [WorkbenchTestable][AbstractBrowser] Evaluate script: testEvaluate();return "test"; 07:19:48.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:48.127 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:48.127 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:48.128 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:48.128 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:48.128 INFO [main][AbstractShell] Close shell Testing shell 07:19:48.128 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:48.141 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:48.142 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:48.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.142 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:48.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.158 INFO [WorkbenchTestable][RequirementsRunner] Finished test: evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.158 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:48.158 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:48.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:48.158 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:48.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:19:48.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:48.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:48.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:48.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:48.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:48.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:48.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:19:48.229 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:48.229 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:48.229 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:48.229 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:48.230 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:48.230 INFO [main][AbstractShell] Close shell Testing shell 07:19:48.230 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:48.316 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:48.316 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:48.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.316 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:48.316 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.317 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.318 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.318 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:48.318 INFO [WorkbenchTestable][RequirementsRunner] Started test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:48.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:48.318 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:48.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test browser:") 07:19:48.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:48.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:48.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:48.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:48.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:48.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:48.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:48.384 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:19:48.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:19:48.385 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:19:48.385 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:19:48.385 DEBUG [main][AbstractWait] Waiting until shell is active... 07:19:48.385 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:19:48.385 INFO [main][AbstractShell] Close shell Testing shell 07:19:48.385 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:19:48.482 DEBUG [main][AbstractWait] Waiting while shell is available... 07:19:48.482 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:19:48.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:19:48.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:19:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.484 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:19:48.485 INFO [WorkbenchTestable][RequirementsRunner] Started test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:19:48.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:19:48.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:19:48.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:19:48.485 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:19:48.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.browser.Browser with no referenced composite specified, index 0 and no matchers specified 07:19:48.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:19:48.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:19:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:19:48.546 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:19:48.546 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:19:48.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:19:48.546 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:19:48.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:19:48.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:19:48.547 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.browser.Browser and index 0 was found 07:19:48.547 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/snippets/' 07:19:48.551 DEBUG [main][BrowserProgressListener] Calling chanded() 07:19:48.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:19:48.551 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:19:48.754 DEBUG [main][BrowserProgressListener] Calling chanded() 07:19:49.051 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:19:49.181 DEBUG [main][BrowserProgressListener] Calling chanded() failed to create drawable 07:19:49.552 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:19:49.566 DEBUG [main][BrowserProgressListener] Calling chanded() 07:19:50.052 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:19:50.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:19:50.052 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 07:20:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:00.053 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:00.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:00.067 INFO [WorkbenchTestable][AbstractBrowser] Set browser URL to 'http://www.eclipse.org/swt/widgets/' 07:20:00.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:00.067 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:00.067 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:00.120 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:00.236 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:00.567 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:00.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:00.567 DEBUG [WorkbenchTestable][AbstractWait] Wait for 10 seconds 07:20:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:10.568 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:10.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:10.569 INFO [WorkbenchTestable][AbstractBrowser] Browser back 07:20:10.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:10.570 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:10.570 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:10.702 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:11.070 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:11.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:11.071 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:12.071 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:12.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:12.074 INFO [WorkbenchTestable][AbstractBrowser] Browser forward 07:20:12.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:12.075 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:12.075 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:12.135 DEBUG [main][BrowserProgressListener] Calling chanded() 07:20:12.575 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:12.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:12.575 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser... 07:20:13.575 DEBUG [WorkbenchTestable][BrowserProgressListener] Calling isDone() 07:20:13.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until page is loaded to browser finished successfully 07:20:13.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.577 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.578 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.578 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.578 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.578 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.592 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.592 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:20:13.592 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.592 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.608 INFO [WorkbenchTestable][RequirementsRunner] Finished test: navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) 07:20:13.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.browser.BrowserTest 07:20:13.608 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.608 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.164 s - in org.eclipse.reddeer.swt.test.impl.browser.BrowserTest findNonExistingBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.217 s findNonExistingBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 1.095 s executeTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.191 s evaluateTest no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.207 s findBrowserByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.16 s findBrowserByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 0.166 s navigate no-configuration(org.eclipse.reddeer.swt.test.impl.browser.BrowserTest) Time elapsed: 25.123 s Running org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.617 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.618 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:13.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.618 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.618 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.618 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:13.618 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.619 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:13.619 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.619 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:13.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:20:13.674 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:13.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:13.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:20:13.699 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 07:20:13.699 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.700 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.700 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.704 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.705 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.705 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.706 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.706 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.706 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.706 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.719 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.720 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.720 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:13.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:13.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified ( with key 'coolId' and value '1') 07:20:13.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.830 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.830 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.830 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 07:20:13.831 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key coolId 07:20:13.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.831 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.838 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 07:20:13.842 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.842 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.842 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.843 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.843 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.843 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.843 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.857 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.865 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:13.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:13.866 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:13.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:13.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:13.866 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:13.926 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 07:20:13.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.953 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.953 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and no matchers specified 07:20:13.955 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.955 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.955 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:20:13.956 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.956 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.956 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:20:13.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.964 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.964 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:13.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:13.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.965 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:20:13.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:20:13.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.965 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.968 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 2 and no matchers specified 07:20:13.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:13.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 2 was found 07:20:13.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:20:13.970 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.970 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.970 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:13.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:13.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:13.978 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 3 and no matchers specified 07:20:13.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:13.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:13.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:13.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:13.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:20:13.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:13.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 3 was found 07:20:13.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:13.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:13.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:13.980 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:13.980 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:13.980 INFO [main][AbstractShell] Close shell Testing shell 07:20:13.980 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:13.995 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:13.995 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:13.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:13.995 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:13.995 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.032 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.032 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:14.032 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:14.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:14.032 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:14.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:20:14.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.102 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.102 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:14.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:14.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:14.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:14.110 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 3 07:20:14.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:14.112 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:14.112 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:14.124 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:14.124 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:14.124 INFO [main][AbstractShell] Close shell Testing shell 07:20:14.124 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:14.138 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:14.138 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:14.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.138 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:14.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.146 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.146 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:14.146 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:14.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:14.146 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:14.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:20:14.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:14.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:14.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:14.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:14.224 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 2 07:20:14.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:14.225 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:14.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:14.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:14.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:14.225 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:14.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:14.226 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:14.226 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:14.226 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:14.226 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:14.226 INFO [main][AbstractShell] Close shell Testing shell 07:20:14.226 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:14.240 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:14.240 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:14.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.240 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:14.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.248 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.248 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:14.248 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:14.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:14.248 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:14.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 1 and no matchers specified 07:20:14.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.332 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.332 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:14.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:14.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:14.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 1 was found 07:20:14.335 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to index: 1 07:20:14.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:14.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:14.336 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:14.337 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:14.337 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:14.337 INFO [main][AbstractShell] Close shell Testing shell 07:20:14.338 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:14.351 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:14.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:14.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:14.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.359 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.359 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:14.359 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:14.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:14.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:14.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:14.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:14.405 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 5 and no matchers specified 07:20:14.405 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:14.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:14.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:14.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:14.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:14.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:14.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:14.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:14.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:15.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:15.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:15.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:15.439 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 5 was not found 07:20:15.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:15.439 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:15.439 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:15.439 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:15.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:15.439 INFO [main][AbstractShell] Close shell Testing shell 07:20:15.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:15.453 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:15.453 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:15.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:15.453 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:15.453 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:15.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:15.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:15.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:15.479 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:15.479 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:15.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:15.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:15.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:15.479 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:15.529 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 07:20:15.529 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:15.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:15.559 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:15.559 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:15.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:15.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:15.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:16.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:16.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:16.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:16.575 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was not found 07:20:16.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:16.575 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:16.575 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:16.575 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:16.575 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:16.575 INFO [main][AbstractShell] Close shell Testing shell 07:20:16.576 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:16.589 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:16.589 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:16.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:16.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:16.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:16.598 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:16.598 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:16.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:16.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:16.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:16.598 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:16.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CCombo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:20:16.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:16.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:16.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:16.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:16.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:16.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CCombo and index 0 was found 07:20:16.683 INFO [WorkbenchTestable][AbstractCCombo] Set selection of CCombo to selection: Item23 07:20:16.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:16.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.686 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:16.686 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:16.686 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:16.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:16.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:16.686 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:16.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:16.692 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:16.692 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:16.693 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:16.693 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:16.693 INFO [main][AbstractShell] Close shell Testing shell 07:20:16.693 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:16.706 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:16.706 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:16.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:16.706 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:16.706 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:16.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.727 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) 07:20:16.727 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest 07:20:16.727 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:16.727 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.112 s - in org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.124 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.122 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.166 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.114 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.102 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.111 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.12 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 1.119 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.ccombo.CComboTest) Time elapsed: 0.129 s Running org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.735 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.736 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:16.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:16.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.736 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:16.736 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:16.737 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:16.737 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:16.737 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:16.737 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:16.753: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.760: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.762: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.763: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.769: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.770: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.771: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.772: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.783: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.790: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.791: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.792: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.793: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.799: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.800: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.801: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.802: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.803: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.810: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.811: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.812: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.813: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.814: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.814: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.814: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.821: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.821: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.821: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.821: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.823: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.823: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.823: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.823: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.824: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.825: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.825: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.825: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.826: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:16.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:20:16.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.848 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:16.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:16.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:16.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:16.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:16.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:20:16.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:16.853 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:16.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:16.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:16.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:16.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:16.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:16.855 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:16.855 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:16.855 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:16.855 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:16.855 INFO [main][AbstractShell] Close shell Testing shell 07:20:16.855 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:16.877 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:16.877 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:16.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.877 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:16.877 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:16.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:16.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:16.884 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:16.884 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:16.884 INFO [WorkbenchTestable][RequirementsRunner] Started test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:16.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:16.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:16.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:16.884 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:16.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.959: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.960: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.961: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.962: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.979: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.989: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.990: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.991: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:16.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.028: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.029: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.030: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.031: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.032: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.033: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.039: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.040: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.041: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.042: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.043: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.044: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.044: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:17.044: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:17.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:17.046 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:17.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:17.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:17.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:17.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:17.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:17.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:17.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:17.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:17.067 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 07:20:17.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:17.067 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:17.067 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:17.067 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:17.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:17.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:17.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:17.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:17.068 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:20:17.072 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:18.073 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:20:18.073 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 2 07:20:18.073 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:18.073 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:18.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:18.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:18.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:18.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:18.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:18.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:18.074 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 07:20:18.074 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:19.074 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 07:20:19.075 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 4 07:20:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:19.075 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:19.075 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:19.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:19.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:19.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:19.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:19.076 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 4 07:20:19.076 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:20.076 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been expanded 07:20:20.076 INFO [WorkbenchTestable][AbstractExpandBar] Collapse all expand bar items 07:20:20.077 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 0 07:20:20.079 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been collapsed 07:20:20.079 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 1 07:20:20.079 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 is already collapsed. No action performed 07:20:20.079 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 2 07:20:20.080 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been collapsed 07:20:20.080 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 3 07:20:20.080 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 3 is already collapsed. No action performed 07:20:20.080 DEBUG [WorkbenchTestable][AbstractExpandItem] Collapse Expand Bar Item Expand Item: 4 07:20:20.080 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 4 has been collapsed 07:20:20.081 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:20.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 07:20:20.081 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:20.081 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:20.081 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:20.081 INFO [main][AbstractShell] Close shell Testing shell 07:20:20.081 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:20.105 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:20.105 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:20.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:20.105 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:20.105 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:20.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:20.114 INFO [WorkbenchTestable][RequirementsRunner] Finished test: collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:20.114 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:20.114 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:20.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:20.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:20.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:20.114 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:20.129: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.136: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.137: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.138: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.139: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.145: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.146: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.147: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.148: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.149: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.160: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.167: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.169: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.170: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.171: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.177: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.178: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.179: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.180: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.181: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.182: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.189: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.190: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.191: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.191: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.192: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.193: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.193: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.193: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.200: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.202: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.203: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.204: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:20.205: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:20.207 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item index: 0 07:20:20.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:20.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:20.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:20.245 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:20.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:20.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:20.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:20.246 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:20:20.247 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:21.247 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:20:21.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 07:20:21.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.247 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:21.247 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:21.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:21.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:21.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:21.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 07:20:21.248 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:21.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:21.251 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:21.251 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:21.252 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:21.252 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:21.252 INFO [main][AbstractShell] Close shell Testing shell 07:20:21.252 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:21.275 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:21.276 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:21.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:21.276 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:21.276 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.283 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:21.283 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:21.283 INFO [WorkbenchTestable][RequirementsRunner] Started test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:21.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:21.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:21.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:21.283 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:21.299: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.306: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.307: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.308: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.309: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.315: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.317: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.318: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.319: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.328: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.335: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.337: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.338: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.338: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.345: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.346: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.347: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.347: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.348: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.349: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.350: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.356: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.357: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.358: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.358: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.358: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.359: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.367: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.368: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.368: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.369: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.370: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.371: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.372: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:21.372: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:21.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:20:21.374 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:21.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:21.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:21.398 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:21.398 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:21.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:21.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:21.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:21.398 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:20:21.398 INFO [WorkbenchTestable][AbstractExpandBar] Expand all expand bar items 07:20:21.398 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 0 07:20:21.399 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:22.399 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 0 has been expanded 07:20:22.399 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 07:20:22.400 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:23.400 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 07:20:23.400 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 2 07:20:23.401 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:24.401 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 2 has been expanded 07:20:24.401 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:24.402 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:24.402 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:24.402 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:24.402 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:24.402 INFO [main][AbstractShell] Close shell Testing shell 07:20:24.402 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:24.425 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:24.425 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:24.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:24.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:24.425 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:24.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:24.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:24.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:24.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:24.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:24.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:24.446: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.453: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.454: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.455: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.456: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.462: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.463: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.463: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.464: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.465: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.475: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.482: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.483: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.484: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.485: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.492: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.493: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.493: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.494: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.495: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.495: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.502: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.504: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.505: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.506: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.513: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.515: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.516: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:24.518: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:24.521 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 1 Expand Bar Item text: Expand Item: 1 07:20:24.521 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 1 and no matchers specified 07:20:24.521 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:24.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:24.545 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:24.545 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:24.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:24.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:24.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:24.545 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 1 was found 07:20:24.546 DEBUG [WorkbenchTestable][AbstractExpandItem] Expand Expand Bar Item Expand Item: 1 07:20:24.547 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:20:25.547 INFO [WorkbenchTestable][AbstractExpandItem] Expand Bar Item Expand Item: 1 has been expanded 07:20:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 2 and no matchers specified 07:20:25.547 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.547 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:25.547 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:25.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:25.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.548 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 2 was found 07:20:25.548 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:25.551 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:25.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 07:20:25.551 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:25.552 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:25.552 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:25.552 INFO [main][AbstractShell] Close shell Testing shell 07:20:25.552 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:25.576 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:25.576 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:25.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:25.577 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.577 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.585 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:25.585 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.585 INFO [WorkbenchTestable][RequirementsRunner] Started test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:25.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:25.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.585 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:25.599: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.606: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.607: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.608: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.609: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.615: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.616: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.617: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.618: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.628: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.635: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.637: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.638: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.639: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.645: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.647: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.648: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.649: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.655: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.656: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.657: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.658: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.659: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.666: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.668: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.668: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.668: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.668: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.669: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.670: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:25.673 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:20:25.673 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:25.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:25.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:25.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:25.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:20:25.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:25.697 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:25.697 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:25.697 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:25.697 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:25.697 INFO [main][AbstractShell] Close shell Testing shell 07:20:25.697 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:25.720 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:25.720 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:25.720 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:25.721 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:25.721 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.743 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:25.743 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:25.743 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:25.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:25.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:25.743 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:25.744 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:25.757: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.764: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.765: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.766: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.767: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.773: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.774: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.775: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.775: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.776: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.777: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.777: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.787: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.794: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.796: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.797: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.798: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.804: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.805: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.806: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.807: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.808: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.823: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.830: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.831: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.831: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.832: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.833: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.834: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.835: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.835: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.835: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.841: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.842: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.842: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.842: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.843: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.844: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.845: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.846: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:25.847: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:25.849 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 3 Expand Bar Item index: 1 07:20:25.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 3 and no matchers specified 07:20:25.849 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:25.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:25.868 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:25.868 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:25.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:25.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:25.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:26.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:26.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:26.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:20:26.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:20:26.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:26.872 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 3 was not found 07:20:26.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:26.872 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:26.872 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:26.872 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:26.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:26.872 INFO [main][AbstractShell] Close shell Testing shell 07:20:26.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:26.896 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:26.896 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:26.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:26.896 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:26.896 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:26.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:26.917 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:26.917 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:26.917 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:26.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:26.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:26.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:26.917 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:744): Gtk-WARNING **: 07:20:26.933: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.940: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.942: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.943: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.950: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.951: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.952: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.953: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.963: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.970: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.972: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.973: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.974: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.980: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.981: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.982: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.983: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.984: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.990: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.991: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.991: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.992: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.993: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.994: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:26.995: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.001: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.002: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.003: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.004: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.005: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 (Eclipse:744): Gtk-WARNING **: 07:20:27.006: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0 07:20:27.009 DEBUG [WorkbenchTestable][DefaultExpandItem] Searching for Expand Bar item: Expand Bar index: 0 Expand Bar Item text: NON_EXISTING_#$ 07:20:27.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ExpandBar with no referenced composite specified, index 0 and no matchers specified 07:20:27.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:27.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:27.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.029 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ExpandBar and index 0 was found 07:20:27.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:27.030 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:27.030 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:27.030 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:27.030 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:27.030 INFO [main][AbstractShell] Close shell Testing shell 07:20:27.030 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:27.054 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:27.054 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:27.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:27.054 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.054 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) 07:20:27.061 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest 07:20:27.061 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.328 s - in org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest getItemsCount no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.147 s collapseAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.23 s findByIndexAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.169 s expandAll no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 3.149 s findByNameAndExpand no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.152 s getBarItems no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.158 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 1.174 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.expandbar.ExpandBarTest) Time elapsed: 0.144 s Running org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.069 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:27.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.070 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.093 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified ( with key 'null' and value 'id#CLabel:1') 07:20:27.093 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.109 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.109 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:27.109 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:27.110 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:20:27.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:27.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:20:27.111 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:27.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 07:20:27.111 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:27.111 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:27.111 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:27.111 INFO [main][AbstractShell] Close shell Testing shell 07:20:27.111 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:27.115 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:27.115 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:27.115 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.116 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.116 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.137 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.137 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.137 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.137 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:20:27.143 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.151 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.151 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.151 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:27.151 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:27.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.151 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:20:27.151 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:27.152 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:27.152 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:27.152 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:27.152 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:27.152 INFO [main][AbstractShell] Close shell Testing shell 07:20:27.152 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:27.155 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:27.155 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:27.155 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.156 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.156 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.184 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.185 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:20:27.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:27.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:27.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:20:27.198 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:20:27.198 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 2 and no matchers specified 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:27.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:27.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 2 was found 07:20:27.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:27.200 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:27.200 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:27.200 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:27.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:27.200 INFO [main][AbstractShell] Close shell Testing shell 07:20:27.200 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:27.204 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:27.204 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.204 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.204 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.239 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.239 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.239 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:20:27.245 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.253 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:27.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:27.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:27.253 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:20:27.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:27.253 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:27.253 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:27.253 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:27.253 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:27.253 INFO [main][AbstractShell] Close shell Testing shell 07:20:27.253 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:27.256 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:27.257 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:27.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:27.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:27.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:27.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:27.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:27.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:27.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:27.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:27.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 11 and no matchers specified 07:20:27.291 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:27.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:27.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:27.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:27.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:27.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:20:27.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:20:27.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:20:27.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:20:28.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 11 with specified parent and matchers 07:20:28.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 11is not found 07:20:28.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:28.301 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 11 was not found 07:20:28.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:28.301 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:28.301 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:28.301 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:28.301 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:28.301 INFO [main][AbstractShell] Close shell Testing shell 07:20:28.301 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:28.305 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:28.305 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:28.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:28.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:28.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:28.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:28.312 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:28.312 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:28.313 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:28.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:28.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:28.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:28.313 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:28.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "CLabel:1") 07:20:28.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:28.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:28.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:28.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:28.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:28.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:28.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:28.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:20:28.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:28.340 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:28.340 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:28.340 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:28.340 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:28.340 INFO [main][AbstractShell] Close shell Testing shell 07:20:28.340 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:28.344 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:28.344 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:28.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:28.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:28.344 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:28.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:28.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:28.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:28.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:28.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:28.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:28.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:28.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:28.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:28.367 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "NON_ESITING_@##$_TEXT") 07:20:28.367 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:28.383 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:28.383 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:28.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:28.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:28.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:28.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:28.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:29.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:29.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:29.386 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was not found 07:20:29.386 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.386 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.386 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.386 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.386 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.386 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.386 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.390 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.390 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:29.390 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.390 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.396 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:29.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:29.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:29.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 1 and no matchers specified 07:20:29.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.422 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:29.423 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:29.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.423 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 1 was found 07:20:29.424 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.424 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.424 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.424 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.424 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.424 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.424 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.427 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.427 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:29.427 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.427 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.434 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAlignment no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) 07:20:29.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest 07:20:29.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.379 s - in org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest findCLabelById no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.066 s findCLabelByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.047 s hasImage no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.054 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.027 s findCLabelByText no-configuration(org.eclipse.reddeer.swt.test.impl.clabel.CLabelTest) Time elapsed: 0.038 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.037 s Running org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.454 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.455 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:29.455 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.455 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.455 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.456 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.456 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.456 INFO [WorkbenchTestable][RequirementsRunner] Started test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.456 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 1") 07:20:29.465 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.483 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.485 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widget with label: is "Label 2") 07:20:29.485 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.487 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.487 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.487 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.487 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.487 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.487 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.491 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.491 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.492 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.492 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.498 INFO [WorkbenchTestable][RequirementsRunner] Finished test: labeledCheckBoxTest no-configuration(org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest) 07:20:29.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.LabeledCheckBoxTest 07:20:29.498 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.499 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 07:20:29.505 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:20:29.511 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:29.511 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:20:29.511 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.511 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:29.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:29.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 07:20:29.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:20:29.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:29.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.636 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.637 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.637 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.637 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.637 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:29.637 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:29.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:29.638 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.638 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.638 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.638 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:29.639 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.639 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:29.640 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label A") 07:20:29.640 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.640 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.640 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.640 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.641 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.641 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label B") 07:20:29.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.642 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.642 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.644 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.644 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.644 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.644 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Label C") 07:20:29.644 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.651 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.652 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONB 07:20:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.652 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.652 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.652 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.652 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.654 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTONC 07:20:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.654 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.654 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.654 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.655 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.655 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.655 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.655 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.655 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.655 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.656 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.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 07:20:29.656 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.656 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.656 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.656 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.656 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.663 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.663 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:20:29.663 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.663 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) 07:20:29.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest 07:20:29.683 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.683 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest clickOnRadioButtons no-configuration(org.eclipse.reddeer.swt.test.impl.button.DataBindingRadioButtonTest) Time elapsed: 0.158 s Running org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.689 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.690 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:29.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.691 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:29.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.691 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:29.691 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.691 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 07:20:29.727 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.749 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:29.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:29.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:29.750 INFO [WorkbenchTestable][ToggleButton] Checking Toggle Button TOOGLE-BUTTON1 07:20:29.750 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON1 07:20:29.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.750 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.750 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:29.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.752 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:29.753 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.753 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.753 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.754 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:20:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.754 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.754 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.754 DEBUG [WorkbenchTestable][ToggleButton] Toggle Button TOOGLE-BUTTON1 already checked, no action performed 07:20:29.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.754 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.754 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.755 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.755 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.755 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.755 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.761 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.761 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.781 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.781 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "RADIO-BUTTON1") 07:20:29.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.833 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.833 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.834 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:20:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.834 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.834 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.834 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:29.835 TRACE [main][WidgetHandler] Wait for synchronization 07:20:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:29.835 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.835 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.835 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.836 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.837 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.837 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.837 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.837 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.837 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.837 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.844 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.844 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.844 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.844 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.864 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.864 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.864 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "TOOGLE-BUTTON2") 07:20:29.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:29.904 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:20:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.904 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.904 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:29.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.906 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.907 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.907 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.907 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.907 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.907 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.907 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.928 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.928 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.928 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.928 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:29.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.948 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.948 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:29.948 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:29.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:29.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:29.948 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:29.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 4) 07:20:29.966 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.988 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.988 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:29.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:29.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:29.990 INFO [WorkbenchTestable][AbstractButton] Click button 07:20:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:29.990 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:29.990 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:29.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:29.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:29.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:29.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:29.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:29.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:29.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:29.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:29.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:29.991 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:29.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:29.992 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:29.992 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:29.993 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:29.993 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:29.993 INFO [main][AbstractShell] Close shell Testing shell 07:20:29.993 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:29.999 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:29.999 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:29.999 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:29.999 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:29.999 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:30.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.006 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:30.006 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:30.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:30.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:30.006 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:30.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 07:20:30.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.049 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:30.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:30.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:30.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:30.050 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:20:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:30.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:30.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:30.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:30.051 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:30.051 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.051 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.051 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.051 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:30.052 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:30.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:30.052 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:30.052 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:30.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:30.053 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:30.053 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:30.054 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:30.054 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:30.054 INFO [main][AbstractShell] Close shell Testing shell 07:20:30.054 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:30.060 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:30.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:30.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:30.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:30.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.080 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:30.080 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:30.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:30.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:30.080 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:30.097 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 07:20:30.097 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.119 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.119 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:30.120 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:30.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:30.120 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:30.121 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 07:20:30.121 INFO [WorkbenchTestable][CheckBox] Check checkbox CHECK-BOX1 07:20:30.121 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:20:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:30.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:30.121 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:30.121 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:30.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:30.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:30.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:30.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:30.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:30.122 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:30.123 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:30.123 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.123 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.123 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.123 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:30.123 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:30.124 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:30.124 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:20:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:30.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:30.124 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:30.124 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:30.125 INFO [WorkbenchTestable][CheckBox] Select checkbox CHECK-BOX1 07:20:30.125 DEBUG [WorkbenchTestable][CheckBox] Checkbox CHECK-BOX1 already selected, no action performed 07:20:30.125 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:30.125 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:30.125 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:30.125 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:30.125 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:30.125 INFO [main][AbstractShell] Close shell Testing shell 07:20:30.125 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:30.131 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:30.131 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:30.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:30.132 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:30.132 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:30.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.161 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:30.161 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:30.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:30.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:30.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:30.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:30.178 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 32) 07:20:30.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:30.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:30.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:30.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:30.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:30.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:30.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:30.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:31.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:31.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:31.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:31.232 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 07:20:31.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:31.232 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:31.232 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:31.233 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:31.233 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:31.233 INFO [main][AbstractShell] Close shell Testing shell 07:20:31.233 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:31.239 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:31.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:31.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:31.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:31.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:31.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:31.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:31.259 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:31.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:31.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:31.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:31.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:31.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:31.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:31.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_DASLKJ") 07:20:31.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:31.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:31.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:31.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:31.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:31.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:31.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:31.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:32.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:32.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:32.302 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:20:32.302 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:32.302 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:32.302 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:32.302 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:32.302 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:32.302 INFO [main][AbstractShell] Close shell Testing shell 07:20:32.302 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:32.309 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:32.309 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:32.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.309 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:32.309 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.315 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.315 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:32.315 INFO [WorkbenchTestable][RequirementsRunner] Started test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:32.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:32.315 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:32.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "PUSH-BUTTON0") 07:20:32.332 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:32.359 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:20:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:32.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:32.359 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:32.359 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:32.360 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:32.360 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.360 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.360 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:32.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:32.360 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:32.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:32.361 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:32.361 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:32.362 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:32.362 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:32.362 INFO [main][AbstractShell] Close shell Testing shell 07:20:32.362 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:32.368 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:32.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:32.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.368 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:32.368 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.389 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.389 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:32.389 INFO [WorkbenchTestable][RequirementsRunner] Started test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:32.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:32.389 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:32.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 4, with key 'buttonTestId' and value 'ARROW-BUTTON#2') 07:20:32.406 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.435 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:32.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:32.436 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:32.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:32.436 INFO [WorkbenchTestable][AbstractButton] Click button 07:20:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:32.436 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:32.436 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:32.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:32.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.437 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.437 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.437 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:32.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:32.437 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:32.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:32.438 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:32.438 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:32.439 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:32.439 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:32.439 INFO [main][AbstractShell] Close shell Testing shell 07:20:32.439 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:32.445 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:32.445 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:32.445 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.446 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:32.446 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:32.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:32.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:32.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:32.470 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 32) 07:20:32.470 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.496 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.496 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:32.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:32.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.496 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:32.497 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:20:32.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:32.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:32.497 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:32.497 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:32.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:32.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:32.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:32.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:32.498 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:32.498 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:32.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:32.499 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:32.499 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:32.500 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:32.500 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:32.500 INFO [main][AbstractShell] Close shell Testing shell 07:20:32.500 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:32.506 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:32.506 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:32.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.506 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:32.506 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:32.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.544 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:32.544 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:32.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:32.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:32.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:32.544 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:32.562 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 2) 07:20:32.562 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:32.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:32.584 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:32.584 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:32.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:32.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:32.585 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:33.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:33.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:33.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:33.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:33.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:33.587 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 07:20:33.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:33.588 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:33.588 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:33.588 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:33.588 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:33.588 INFO [main][AbstractShell] Close shell Testing shell 07:20:33.588 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:33.595 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:33.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:33.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:33.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:33.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:33.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:33.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:33.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:33.603 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:33.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:33.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:33.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:33.603 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:33.620 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_KL2FG") 07:20:33.620 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:33.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:33.645 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:33.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:33.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:33.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:33.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:34.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:34.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:34.648 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:34.650 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:34.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:34.651 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:20:34.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:34.651 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:34.651 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:34.652 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:34.652 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:34.652 INFO [main][AbstractShell] Close shell Testing shell 07:20:34.652 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:34.659 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:34.659 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:34.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:34.659 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:34.659 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:34.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:34.682 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:34.682 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:34.682 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:34.682 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:34.700 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 5 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:34.700 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:34.721 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:34.721 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:34.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:34.722 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:34.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:35.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:35.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:35.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:20:35.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:20:35.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:35.727 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 5 was not found 07:20:35.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:35.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:35.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:35.727 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:35.727 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:35.727 INFO [main][AbstractShell] Close shell Testing shell 07:20:35.727 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:35.734 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:35.734 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:35.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:35.734 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:35.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:35.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:35.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:35.757 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:35.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:35.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:35.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:35.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:35.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:35.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:35.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$SDFF@S") 07:20:35.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:35.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:35.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:35.797 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:35.797 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:35.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:35.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:36.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:36.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:36.800 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:36.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:36.802 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:20:36.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:36.803 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:36.803 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:36.803 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:36.803 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:36.803 INFO [main][AbstractShell] Close shell Testing shell 07:20:36.803 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:36.810 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:36.810 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:36.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:36.810 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:36.810 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:36.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:36.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:36.816 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:36.816 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:36.816 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:36.816 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:36.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:36.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:36.817 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:36.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: 32, Matcher matching widgets with text that without mnenomic matches: is "CHECK-BOX1") 07:20:36.833 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:36.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:36.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:36.858 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:36.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:36.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:36.859 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:36.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:36.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:36.860 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:36.860 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:20:36.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:36.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:36.860 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:36.860 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:36.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 07:20:36.861 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:36.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:36.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:36.861 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:36.861 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:36.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:36.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:36.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:36.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:36.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:36.862 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:36.862 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:36.863 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:36.863 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:36.863 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:36.863 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:36.863 INFO [main][AbstractShell] Close shell Testing shell 07:20:36.863 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:36.869 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:36.869 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:36.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:36.869 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:36.869 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:36.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:36.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:36.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:36.889 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:36.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:36.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:36.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:36.889 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:36.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 6 and following matchers specified (Widget matcher matching widgets with style: 4) 07:20:36.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:36.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:36.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:36.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:36.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:20:36.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:20:37.428 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:20:37.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:20:37.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:20:37.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6is not found 07:20:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:37.933 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 6 was not found 07:20:37.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:37.933 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:37.933 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:37.933 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:37.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:37.933 INFO [main][AbstractShell] Close shell Testing shell 07:20:37.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:37.940 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:37.940 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:37.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:37.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:37.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:37.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:37.960 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:37.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:37.960 INFO [WorkbenchTestable][RequirementsRunner] Started test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:37.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:37.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:37.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:37.960 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:37.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:37.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:38.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:38.002 INFO [WorkbenchTestable][RadioButton] Select radio button RADIO-BUTTON1 07:20:38.002 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:20:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.002 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.002 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.003 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.005 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:38.005 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.006 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.006 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.006 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.007 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON0 07:20:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.007 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.007 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.007 DEBUG [WorkbenchTestable][RadioButton] Radio Button RADIO-BUTTON1 already checked, no action performed 07:20:38.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.007 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.007 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.007 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.007 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.007 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.008 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.013 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.013 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.013 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.013 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.019 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.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, with key 'buttonTestId' and value 'PUSH-BUTTON#2') 07:20:38.037 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.064 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 07:20:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.064 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.064 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.065 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.065 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.065 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.065 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.067 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.068 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.068 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.068 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.068 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.068 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.068 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.075 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.075 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.096 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.096 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.096 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.096 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.112 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, with key 'buttonTestId' and value 'RADIO-BUTTON#1') 07:20:38.112 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.134 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.134 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.134 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.134 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.135 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.135 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:20:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.135 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.135 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.136 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.136 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.136 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.136 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.136 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.137 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.138 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.138 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.138 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.138 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.139 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.140 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.140 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:38.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:38.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:38.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.142 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.142 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.142 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.142 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.147 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.148 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:38.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 1 was found 07:20:38.198 INFO [WorkbenchTestable][AbstractButton] Click button RADIO-BUTTON1 07:20:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.198 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.198 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 27 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 26 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 3 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 4 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 TRACE [main][WidgetHandler] Notify Button with event 13 07:20:38.199 TRACE [main][WidgetHandler] Wait for synchronization 07:20:38.199 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.201 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.201 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.201 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.202 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.203 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:38.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:38.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.204 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:38.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.204 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.204 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.205 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.205 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.205 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.205 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.210 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.210 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.210 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.210 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.229 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.229 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.229 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.229 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 2) 07:20:38.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.274 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:38.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:38.275 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:20:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.275 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.276 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.277 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.278 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.278 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.278 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.279 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.279 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.279 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.279 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.287 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.287 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.307 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.307 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 8) 07:20:38.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:38.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:38.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 2 was found 07:20:38.347 INFO [WorkbenchTestable][AbstractButton] Click button PUSH-BUTTON2 07:20:38.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.348 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.348 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.348 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.349 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.350 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:38.350 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.350 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.350 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.350 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.350 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.356 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.356 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.356 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.356 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.376 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.376 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, with key 'buttonTestId' and value 'CHECK-BOX#1') 07:20:38.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.416 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:38.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:38.416 INFO [WorkbenchTestable][AbstractButton] Click button CHECK-BOX1 07:20:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:38.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:38.416 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:38.416 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:38.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.417 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:38.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:38.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:38.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:38.418 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:38.418 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:38.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 07:20:38.418 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:38.419 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:38.419 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:38.419 INFO [main][AbstractShell] Close shell Testing shell 07:20:38.419 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:38.424 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:38.424 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:38.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:38.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.446 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.446 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:38.446 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:38.446 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:38.463 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 4 and following matchers specified (Widget matcher matching widgets with style: 16) 07:20:38.463 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:38.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:38.485 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:38.485 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:38.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:38.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:38.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:38.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:38.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:39.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:20:39.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:20:39.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:39.490 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 4 was not found 07:20:39.490 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:39.490 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:39.490 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:39.490 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:39.490 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:39.490 INFO [main][AbstractShell] Close shell Testing shell 07:20:39.490 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:39.496 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:39.496 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:39.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:39.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:39.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:39.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:39.502 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:39.502 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:39.502 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:39.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:39.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:39.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:39.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:39.518 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_@QWEDSA@") 07:20:39.518 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:39.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:39.544 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:39.544 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:39.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:39.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:39.545 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:40.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:40.047 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:40.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:40.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:40.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:40.550 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:20:40.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:40.550 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:40.550 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:40.550 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:40.550 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:40.550 INFO [main][AbstractShell] Close shell Testing shell 07:20:40.550 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:40.556 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:40.557 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:40.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:40.557 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:40.557 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:40.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:40.576 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:40.576 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:40.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:40.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:40.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:40.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:40.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:40.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: 2, with key 'buttonTestId' and value 'TOOGLE-BUTTON#2') 07:20:40.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:40.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:40.615 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:40.615 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:40.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:40.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:40.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:40.615 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:40.616 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key buttonTestId 07:20:40.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:40.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:40.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:40.616 INFO [WorkbenchTestable][AbstractButton] Click button TOOGLE-BUTTON2 07:20:40.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:40.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:40.616 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:40.616 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:40.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:40.617 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:40.617 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:40.617 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:40.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:40.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:40.618 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:40.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:40.618 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:40.618 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:40.618 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:40.619 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:40.619 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:40.619 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:40.619 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:40.619 INFO [main][AbstractShell] Close shell Testing shell 07:20:40.619 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:40.625 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:40.625 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:40.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:40.625 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:40.625 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:40.645 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) 07:20:40.645 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.ButtonTest 07:20:40.645 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:40.645 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.956 s - in org.eclipse.reddeer.swt.test.impl.button.ButtonTest toggleToggleButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.089 s findRadioButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.082 s findToggleButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.084 s findArrowButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.057 s findPushButtonByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.074 s toggleCheckBox no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.081 s findNonExistingCheckBoxByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.098 s findNonExistingCheckBoxByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.056 s findOkButtonByAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.074 s findArrowButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.063 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.058 s findNonExistingToggleButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.079 s findNonExistingPushButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.075 s findNonExistingPushButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.059 s findCheckBoxByLabelAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.072 s findNonExistingArrowButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.072 s toggleRadioButton no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.059 s findPushButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.077 s findRadioButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.058 s findRadioButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.075 s findToggleButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.078 s findPushButtonByIndexAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.068 s findCheckBoxByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s findNonExistingRadioButtonByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.056 s findNonExistingRadioButtonByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 1.074 s findToggleButtonByIdAndCheck no-configuration(org.eclipse.reddeer.swt.test.impl.button.ButtonTest) Time elapsed: 0.069 s Running org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:40.651 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:40.652 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:40.652 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:40.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:40.652 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:40.652 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:40.653 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:40.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:40.653 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:40.653 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:40.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:20:40.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:40.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:40.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:40.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:40.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:40.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:41.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:41.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.699 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:20:41.699 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:20:41.700 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:20:41.700 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.701 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.701 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.701 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.701 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.701 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.701 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.712 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.712 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:41.712 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.712 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.718 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:20:41.718 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.718 INFO [WorkbenchTestable][RequirementsRunner] Started test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:20:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.718 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.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 "OK", Widget matcher matching widgets with style: 8) 07:20:41.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.762 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.762 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.763 INFO [WorkbenchTestable][AbstractButton] Click button &OK 07:20:41.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.764 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.764 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:41.764 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.764 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.764 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:41.765 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:41.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:20:41.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.767 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.767 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.768 INFO [WorkbenchTestable][AbstractButton] Click button &Cancel 07:20:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.768 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.768 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:20:41.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.775 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:20:41.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.775 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.775 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.776 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:20:41.776 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.778 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.778 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 07:20:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.778 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.778 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.778 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.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 "Yes", Widget matcher matching widgets with style: 8) 07:20:41.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.780 INFO [WorkbenchTestable][AbstractButton] Click button &Yes 07:20:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.780 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.780 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "No", Widget matcher matching widgets with style: 8) 07:20:41.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.781 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.781 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.782 INFO [WorkbenchTestable][AbstractButton] Click button &No 07:20:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.782 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.782 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:20:41.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:20:41.785 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:20:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:20:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:20:41.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:20:41.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:20:41.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.786 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.786 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.786 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.786 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.786 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.786 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.794 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.794 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:41.794 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.794 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.814 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) 07:20:41.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest 07:20:41.814 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.814 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 s - in org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest testPrescribedButtonsNotFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 1.065 s testPresribedButtonsFound no-configuration(org.eclipse.reddeer.swt.test.impl.button.PredefinedButtonTest) Time elapsed: 0.096 s Running org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.819 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.819 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:41.819 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.819 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.819 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.820 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.820 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.820 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.820 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.831 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:41.831 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.851 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.851 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.851 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:41.851 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:41.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:41.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.855 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.855 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.859 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 07:20:41.859 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:20:41.860 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.860 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.860 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.860 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:20:41.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.860 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.860 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.861 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.861 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 07:20:41.862 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:20:41.862 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.862 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.862 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.862 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:20:41.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.863 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 07:20:41.863 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:20:41.863 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.863 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.863 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.863 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:41.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.863 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.864 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:20:41.864 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:20:41.864 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.864 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.864 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.864 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.864 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 07:20:41.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.865 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:20:41.865 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:20:41.865 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.865 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.865 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.865 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.865 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "links") 07:20:41.865 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.865 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.865 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.866 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.866 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:20:41.866 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:20:41.866 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:41.866 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.866 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:41.866 TRACE [main][WidgetHandler] Wait for synchronization 07:20:41.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.866 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.866 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.867 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.867 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.867 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.867 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.870 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.870 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.871 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.871 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.877 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.877 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.877 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.877 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:41.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.910 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.910 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.910 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.910 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.910 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.911 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:20:41.911 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.911 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.911 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.911 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.911 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.911 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.912 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.912 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.912 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.912 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.915 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.915 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.915 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.915 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.920 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.921 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.921 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.921 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:41.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.946 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 07:20:41.947 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.947 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.947 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.947 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.947 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.947 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.947 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.951 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.951 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.951 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:41.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.957 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.957 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:41.957 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:41.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:41.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:41.957 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:41.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:41.965 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:41.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:41.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:41.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:41.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:41.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:41.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:41.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:41.984 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:20:41.984 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:41.985 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:41.985 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:41.985 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:41.985 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:41.985 INFO [main][AbstractShell] Close shell Testing shell 07:20:41.985 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:41.988 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:41.988 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:41.988 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:41.989 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:41.989 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.009 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.009 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.009 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:42.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:20:42.023 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.023 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.023 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.024 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.024 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.025 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.025 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.025 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.025 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.028 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.028 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.028 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.028 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.043 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.043 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.043 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.043 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link1") 07:20:42.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.078 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "link2") 07:20:42.078 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.078 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.078 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.079 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.079 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.079 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.079 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.079 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.079 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.079 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.079 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.079 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.084 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.084 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.085 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.085 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.091 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:42.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:42.116 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:42.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "same") 07:20:42.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.118 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.118 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 07:20:42.118 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 07:20:42.118 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.118 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.119 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.119 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.119 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 07:20:42.119 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 07:20:42.119 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.119 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.119 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.119 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.119 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.119 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.119 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.119 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.119 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.119 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.123 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.123 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.123 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.123 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.142 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) 07:20:42.142 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest 07:20:42.142 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.142 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.057 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.043 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.052 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.034 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.048 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.AnchorLinkTest) Time elapsed: 0.051 s Running org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.149 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.151 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:42.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.151 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.151 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.152 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.152 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.162 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:42.162 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:42.178 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:42.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.181 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link1' and index 0 07:20:42.181 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:20:42.181 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.182 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.182 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.182 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.182 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.182 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.182 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.182 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.183 INFO [WorkbenchTestable][AbstractLink] Click link with text 'link2' and index 0 07:20:42.183 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:20:42.183 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.183 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.183 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.183 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.184 INFO [WorkbenchTestable][AbstractLink] Click link with text 'links' and index 0 07:20:42.184 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:20:42.184 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.184 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.184 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.184 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.184 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.184 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.185 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:20:42.185 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test1' 07:20:42.185 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.185 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.185 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.185 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.185 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.186 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.186 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.186 INFO [WorkbenchTestable][AbstractLink] Click link with index 0 07:20:42.186 INFO [WorkbenchTestable][AbstractLink] Click link's text 'link2' 07:20:42.186 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.186 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.186 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.186 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.186 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.188 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:20:42.189 INFO [WorkbenchTestable][AbstractLink] Click link's text 'test2' 07:20:42.189 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.189 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.189 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.189 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.189 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.189 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.189 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.189 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.189 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.189 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.189 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.193 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.193 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.193 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.193 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.226 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.226 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is a link1") 07:20:42.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.243 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "This is another link2 with two links") 07:20:42.243 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.256 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.256 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.257 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.257 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.257 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.257 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.260 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.261 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.261 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.261 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.266 INFO [WorkbenchTestable][RequirementsRunner] Finished test: stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.266 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.266 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.266 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.273 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.291 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.291 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.291 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.291 INFO [WorkbenchTestable][AbstractLink] Click link with text 'wrongText' and index 0 07:20:42.291 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.292 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.292 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.292 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.292 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.292 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.292 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.295 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.295 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.329 INFO [WorkbenchTestable][AbstractLink] Click link with index 1 07:20:42.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.329 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.329 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.329 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.329 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.329 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.329 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.333 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.333 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.333 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.339 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.339 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.339 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.339 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.347 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.347 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.371 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.371 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.371 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.372 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.372 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.373 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.373 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.373 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.373 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.373 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.373 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.378 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.378 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.385 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.385 INFO [WorkbenchTestable][RequirementsRunner] Started test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.385 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.393 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 0 and no matchers specified 07:20:42.393 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 0 was found 07:20:42.412 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 1 and no matchers specified 07:20:42.412 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.412 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.412 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:20:42.413 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:20:42.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.413 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 1 was found 07:20:42.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.413 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.413 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.413 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.413 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.413 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.413 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.417 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.417 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.417 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.417 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.422 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.422 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.422 INFO [WorkbenchTestable][RequirementsRunner] Started test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.422 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.423 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.429 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:20:42.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.448 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.448 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:20:42.448 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:20:42.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Link with no referenced composite specified, index 2 and no matchers specified 07:20:42.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.449 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.449 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.449 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:20:42.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:20:42.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Link and index 2 was found 07:20:42.450 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 0 07:20:42.450 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same1' 07:20:42.450 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.450 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.450 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.450 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.450 INFO [WorkbenchTestable][AbstractLink] Click link with text 'same' and index 1 07:20:42.450 INFO [WorkbenchTestable][AbstractLink] Click link's text 'same2' 07:20:42.451 TRACE [main][WidgetHandler] Notify Link with event 3 07:20:42.451 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.451 TRACE [main][WidgetHandler] Notify Link with event 4 07:20:42.451 TRACE [main][WidgetHandler] Wait for synchronization 07:20:42.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:42.451 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:42.451 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:42.451 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:42.451 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:42.451 INFO [main][AbstractShell] Close shell Testing shell 07:20:42.451 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:42.455 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:42.455 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:42.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.455 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.455 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.474 INFO [WorkbenchTestable][RequirementsRunner] Finished test: sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) 07:20:42.474 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest 07:20:42.474 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:42.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:42.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest clickTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.074 s stringConstructorTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.04 s clickWrongTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.036 s clickWrongIndexTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.037 s getTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.046 s getHrefTextsTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.037 s sameAnchorTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.link.DefaultLinkTest) Time elapsed: 0.052 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:42.482 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:42.484 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:20:42.484 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.484 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:42.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.485 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:20:42.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.485 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:20:42.485 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.486 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:42.486 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:42.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:42.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:42.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:42.486 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:42.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:42.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.513 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.513 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:42.516 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:42.516 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:42.516 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:42.516 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:42.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:42.516 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:42.516 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:42.517 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:42.517 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:42.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:43.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:43.018 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:43.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:43.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:43.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:43.022 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:43.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:43.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:43.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:43.525 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:43.525 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:43.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:43.525 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:43.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:43.525 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:43.525 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:43.526 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:43.526 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:43.526 INFO [main][AbstractShell] Close shell Testing shell 07:20:43.526 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:43.530 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:43.530 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:43.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:43.530 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:43.530 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:43.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.536 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:43.536 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:43.536 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:43.536 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:43.546 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:43.546 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:43.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:43.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:43.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:43.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:43.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:43.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 07:20:43.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:43.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:43.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:43.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:43.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:43.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:43.568 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:43.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 07:20:43.568 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:43.568 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:43.568 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:43.568 INFO [main][AbstractShell] Close shell Testing shell 07:20:43.569 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:43.572 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:43.572 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:43.572 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:43.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:43.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:43.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.591 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:43.591 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:43.591 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:43.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:43.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:43.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:43.591 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:43.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:43.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.607 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:43.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:43.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:43.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:43.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:43.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:43.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:43.618 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:43.619 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:43.619 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:43.619 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:43.619 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:43.619 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:43.619 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:43.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:44.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:44.120 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:44.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:44.122 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:44.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:44.123 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:44.123 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:44.123 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:44.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:44.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:44.623 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:44.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:44.626 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:44.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:44.626 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:44.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:44.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:44.627 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:44.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 07:20:44.627 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:44.627 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:44.627 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:44.627 INFO [main][AbstractShell] Close shell Testing shell 07:20:44.628 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:44.631 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:44.631 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:44.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:44.631 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:44.631 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:44.637 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:44.637 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:44.637 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:44.637 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:44.637 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:44.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:44.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:44.638 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:44.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:44.647 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:44.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:44.666 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:44.666 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:44.666 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:44.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:44.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:44.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:44.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:44.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:44.668 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:44.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:44.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:44.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:44.668 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:44.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:44.669 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:44.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:45.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:45.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:45.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:45.172 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:45.172 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:45.172 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:45.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:45.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:45.673 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:45.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:45.676 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:45.676 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:45.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:45.676 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:45.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:45.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:45.676 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:45.677 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:45.677 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:45.677 INFO [main][AbstractShell] Close shell Testing shell 07:20:45.677 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:45.681 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:45.681 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:45.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:45.681 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:45.681 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:45.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:45.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:45.687 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:45.687 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:45.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:45.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:45.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:45.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:45.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:45.696 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:45.696 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:45.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:45.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:45.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:45.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:45.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:45.718 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:45.718 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:45.718 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:45.718 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:45.718 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:45.718 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:45.718 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:45.718 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:45.719 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:45.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:46.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:46.219 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:46.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:46.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:46.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:46.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:46.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:46.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:46.723 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:46.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:46.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:46.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:46.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:46.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:46.727 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:46.727 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:46.727 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:46.728 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:46.728 INFO [main][AbstractShell] Close shell Testing shell 07:20:46.728 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:46.731 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:46.731 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:46.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:46.732 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:46.732 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:46.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:46.738 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:46.738 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:46.738 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:46.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:46.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:46.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:46.738 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:46.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:46.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:46.776 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:46.776 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:46.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:46.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:46.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:46.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:46.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:46.778 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:46.778 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:46.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:46.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:46.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:46.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:46.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:46.779 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item AA of tree item A 07:20:46.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:46.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:47.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:47.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:47.283 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:47.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 07:20:47.283 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:47.283 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:47.283 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:47.283 INFO [main][AbstractShell] Close shell Testing shell 07:20:47.283 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:47.287 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:47.287 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:47.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:47.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:47.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:47.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:47.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:47.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:47.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:47.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:47.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:47.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:47.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:47.302 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:47.302 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:47.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:47.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:47.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:47.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:47.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:47.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:47.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:47.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:47.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:47.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:47.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:47.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:47.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:47.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:47.324 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:47.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:47.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:47.825 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:47.827 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:47.827 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:47.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:47.827 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:47.830 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:20:47.830 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:47.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:47.830 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 07:20:48.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:48.331 DEBUG [main][TreeEventsListener] Calling method treeExpanded() 07:20:48.331 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:48.334 INFO [WorkbenchTestable][AbstractTreeItem] Collapse tree item AA 07:20:48.334 DEBUG [WorkbenchTestable][TreeItemHandler] Collapse Tree Item AA 07:20:48.335 DEBUG [main][TreeItemHandler] Setting tree item AA collapsed 07:20:48.335 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about collapse event 07:20:48.335 DEBUG [main][TreeEventsListener] Calling method treeCollapsed() 07:20:48.335 INFO [WorkbenchTestable][TreeItemHandler] Collapsed: AA 07:20:48.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:48.336 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:48.336 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:48.336 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:48.336 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:48.336 INFO [main][AbstractShell] Close shell Testing shell 07:20:48.336 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:48.340 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:48.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:48.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:48.340 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:48.340 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:48.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.346 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:48.346 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:48.346 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:48.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:48.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:48.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:48.346 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:48.355 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:48.355 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.374 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:48.374 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:48.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:48.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:48.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:48.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:48.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:48.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 07:20:48.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.376 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:48.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:48.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:48.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:48.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:48.376 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:48.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:48.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:48.877 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:48.879 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:48.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:48.879 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:48.880 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 07:20:48.880 DEBUG [WorkbenchTestable][TreeItemHandler] CheckTree Item AA: 07:20:48.881 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 07:20:48.881 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:48.881 DEBUG [main][TreeEventsListener] It was check event: true 07:20:48.881 INFO [WorkbenchTestable][TreeItemHandler] Checked: AA 07:20:48.882 INFO [WorkbenchTestable][AbstractTreeItem] Check tree item AA 07:20:48.882 DEBUG [WorkbenchTestable][TreeItemHandler] UncheckTree Item AA: 07:20:48.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree about check event 07:20:48.882 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:48.882 DEBUG [main][TreeEventsListener] It was check event: true 07:20:48.882 INFO [WorkbenchTestable][TreeItemHandler] Unchecked: AA 07:20:48.882 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:48.883 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:48.883 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:48.883 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:48.883 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:48.883 INFO [main][AbstractShell] Close shell Testing shell 07:20:48.883 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:48.887 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:48.887 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:48.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:48.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:48.887 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.893 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:48.893 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:48.893 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:48.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:48.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:48.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:48.893 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:48.902 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:48.902 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:48.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.922 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:48.922 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:48.922 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:48.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:48.922 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:48.924 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:48.924 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:48.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:48.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:48.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:48.924 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 07:20:48.925 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:20:48.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:49.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:49.425 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:20:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 07:20:49.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:20:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:49.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 07:20:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:49.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:20:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children... 07:20:49.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:20:49.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:49.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:49.929 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:20:49.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem has children finished successfully 07:20:49.931 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item 07:20:49.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:49.932 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item is already expanded. No action performed 07:20:49.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:49.932 INFO [WorkbenchTestable][TreeItemHandler] Expanded: 07:20:49.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:49.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 07:20:49.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:49.933 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:49.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:49.933 INFO [main][AbstractShell] Close shell Testing shell 07:20:49.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:49.937 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:49.937 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:49.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:49.937 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:49.937 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:49.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:49.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:49.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:49.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:49.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:49.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:49.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:49.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:49.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:49.953 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:49.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:49.974 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:49.974 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:49.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:49.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:49.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:49.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:49.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:49.976 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:49.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:49.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:49.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:49.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:49.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:49.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:49.977 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:49.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:50.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:50.477 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:50.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:50.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:50.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:50.480 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:50.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:50.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:50.981 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:50.983 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:50.983 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:50.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:50.983 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:50.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:50.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:50.984 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:50.984 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:50.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:50.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:50.984 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children... 07:20:50.984 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:20:50.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.485 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:20:51.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem B has children finished successfully 07:20:51.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.486 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.486 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:20:51.486 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:51.486 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.486 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:51.486 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:51.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:51.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:51.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:51.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:51.486 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.487 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:51.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.487 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:51.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 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:51.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 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:51.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:51.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:51.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:51.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:51.489 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:51.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:51.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:51.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:51.489 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:20:51.489 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:20:51.490 DEBUG [main][TreeItemHandler] Set Tree selection 07:20:51.491 DEBUG [main][TreeHandler] Notify Tree about selection event 07:20:51.491 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:51.491 DEBUG [main][TreeEventsListener] It was check event: false 07:20:51.491 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:20:51.491 DEBUG [WorkbenchTestable][TreeItemHandler] AAA 07:20:51.491 DEBUG [WorkbenchTestable][TreeItemHandler] BB 07:20:51.492 DEBUG [WorkbenchTestable][TreeItemHandler] AAB 07:20:51.492 DEBUG [WorkbenchTestable][TreeItemHandler] C 07:20:51.492 INFO [WorkbenchTestable][AbstractTree] Unselect all tree items 07:20:51.493 DEBUG [main][TreeHandler] Unselect all tree items 07:20:51.493 DEBUG [main][TreeHandler] Notify Tree about selection event 07:20:51.493 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:51.493 DEBUG [main][TreeEventsListener] It was check event: false 07:20:51.493 INFO [WorkbenchTestable][TreeHandler] All tree items unselected 07:20:51.493 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:51.494 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:51.494 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:51.494 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:51.494 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:51.494 INFO [main][AbstractShell] Close shell Testing shell 07:20:51.494 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:51.498 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:51.498 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:51.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:51.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:51.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.505 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:51.505 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:51.505 INFO [WorkbenchTestable][RequirementsRunner] Started test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:51.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:51.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:51.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:51.505 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:51.514 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:51.514 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:51.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.534 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:51.534 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:51.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:51.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:51.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:51.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:51.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:51.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:51.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:51.536 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:51.536 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:51.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:51.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:51.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:51.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:51.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:51.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:52.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:52.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:52.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:52.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:52.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:52.541 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:52.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:52.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:52.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:52.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:52.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:52.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:52.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:52.544 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:52.544 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:52.544 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:52.544 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:52.544 INFO [main][AbstractShell] Close shell Testing shell 07:20:52.544 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:52.548 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:52.548 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:52.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:52.549 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:52.549 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:52.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:52.577 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:52.577 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:52.578 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:52.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:52.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:52.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:52.578 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:52.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:52.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:52.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:52.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:52.594 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:52.594 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:52.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:52.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:52.594 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:52.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:52.594 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:52.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 07:20:52.596 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:52.596 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:52.596 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:52.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:52.596 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:52.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:52.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:52.605 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:52.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:52.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:52.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:52.605 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:52.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:53.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:53.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:53.108 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:53.108 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:53.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:53.108 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:53.109 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:53.109 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:53.109 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:53.110 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:53.110 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:53.110 INFO [main][AbstractShell] Close shell Testing shell 07:20:53.110 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:53.114 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:53.114 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:53.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:53.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:53.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:53.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:53.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:53.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:53.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:53.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:53.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:53.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:53.129 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:53.129 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:53.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.162 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:53.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:53.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:53.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:53.162 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:53.164 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:53.164 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.164 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:53.164 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:53.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:53.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:53.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:53.165 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:53.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:53.665 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:53.665 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:53.668 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:53.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:53.668 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:53.669 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 07:20:53.669 DEBUG [main][TreeItemHandler] Selecting tree item: AA 07:20:53.669 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 07:20:53.669 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:53.669 DEBUG [main][TreeEventsListener] It was check event: false 07:20:53.669 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 07:20:53.669 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:53.670 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:53.670 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:53.670 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:53.670 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:53.670 INFO [main][AbstractShell] Close shell Testing shell 07:20:53.670 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:53.674 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:53.674 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:53.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:53.674 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:53.674 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:53.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.694 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:53.694 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:53.694 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:53.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:53.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:53.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:53.694 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:53.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:53.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:53.711 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.712 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:53.712 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:53.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:53.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:53.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:53.721 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:53.721 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:53.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:53.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:53.723 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:53.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:53.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:53.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:53.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:53.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:53.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:53.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:54.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:54.224 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:54.227 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:20:54.227 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:54.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:54.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:54.728 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:54.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:20:54.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:20:54.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:54.730 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:20:54.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:54.731 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:20:54.731 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:54.731 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:20:54.731 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:54.731 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:54.732 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:54.732 INFO [main][AbstractShell] Close shell Testing shell 07:20:54.732 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:54.735 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:54.735 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:54.735 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:54.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:54.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:54.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:54.741 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:54.741 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:54.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:54.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:54.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:54.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:54.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:54.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 07:20:54.761 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:54.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:54.777 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:54.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:54.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:54.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:54.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:54.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:54.779 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:54.779 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:54.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:54.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:54.779 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:54.779 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:20:54.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:54.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:55.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:55.280 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:20:55.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:55.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:55.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:55.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:55.283 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item AA 07:20:55.283 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item AA 07:20:55.283 DEBUG [main][TreeItemHandler] Selecting tree item: AA 07:20:55.283 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item AA about selection 07:20:55.283 DEBUG [main][TreeEventsListener] Calling method widgetSelected() 07:20:55.283 DEBUG [main][TreeEventsListener] It was check event: false 07:20:55.283 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: AA 07:20:55.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:20:55.283 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:20:55.283 DEBUG [main][TreeEventsListener] Calling method handleEvent() with event type: 8 07:20:55.283 DEBUG [main][TreeEventsListener] SWT.MouseDoubleClick event was fired 07:20:55.284 DEBUG [main][TreeEventsListener] Calling method widgetDefaultSelected() 07:20:55.284 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:20:55.284 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:20:55.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 07:20:55.284 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:20:55.285 DEBUG [main][AbstractWait] Waiting until shell is active... 07:20:55.285 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:20:55.285 INFO [main][AbstractShell] Close shell Testing shell 07:20:55.285 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:20:55.289 DEBUG [main][AbstractWait] Waiting while shell is available... 07:20:55.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:20:55.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:55.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:20:55.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:20:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:55.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:55.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:55.308 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:20:55.308 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:20:55.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:20:55.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:20:55.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:20:55.308 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:20:55.319 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:55.319 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:55.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:55.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:55.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:55.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:55.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:55.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:55.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:55.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:55.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:55.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:20:55.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:20:55.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:20:55.336 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:20:55.336 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:20:55.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:20:55.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:20:55.336 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:20:55.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 07:20:55.336 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:55.336 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:55.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:55.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:55.837 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 07:20:55.838 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:55.838 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:55.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:56.338 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:56.338 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:56.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:56.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:56.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:57.339 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:57.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:57.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:57.840 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:57.840 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:57.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:58.341 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:58.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:58.341 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:58.841 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:58.841 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:58.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:58.841 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:58.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:58.841 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:58.842 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:58.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:58.842 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:58.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:58.842 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:59.342 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:59.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:59.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:59.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:59.342 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:59.342 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:59.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:59.342 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:59.843 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:20:59.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:59.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:59.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:20:59.843 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:20:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:20:59.843 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:20:59.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:20:59.843 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.344 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:00.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:21:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.344 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.344 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:21:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.344 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more finished successfully 07:21:00.344 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:00.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:21:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:21:00.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:00.346 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:00.346 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:00.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:00.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:00.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:00.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:00.346 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait for at least 3 items 07:21:00.346 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:00.346 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:00.847 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more... 07:21:00.847 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:00.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:00.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:01.348 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:01.348 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:01.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:01.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:01.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:02.349 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:02.349 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:02.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:02.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:02.849 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:02.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:02.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:03.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:03.350 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:03.850 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:03.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:03.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:04.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:04.351 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:04.351 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:04.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:04.852 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:04.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem 'A' has 3 children or more failed, an exception will be thrown 07:21:04.852 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:04.853 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:04.853 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:04.853 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:04.853 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:04.853 INFO [main][AbstractShell] Close shell Testing shell 07:21:04.853 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:04.858 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:04.858 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:04.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:21:04.858 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:04.858 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.878 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) 07:21:04.878 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest 07:21:04.878 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:04.878 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.397 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest testFindExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testFindUsingIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.055 s testFindNonExistingItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.046 s testGetCell no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.05 s testGetPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.051 s getItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.555 s testExpandCollapse no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.053 s testCheckUncheck no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.547 s testFindExistingItemByPathMatchers no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.051 s testSelectUnselectItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.561 s getItemByPath no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.072 s testGetParentItem no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.542 s testSelect no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.574 s testFindUsingRegexMatchersAndIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 1.047 s testDoubleClick no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 0.567 s testDynamicExpand no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeItemTest) Time elapsed: 9.57 s Running org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.884 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.885 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:04.885 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:04.885 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:04.886 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:04.886 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:04.886 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:04.886 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:04.886 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:04.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 07:21:04.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:04.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:04.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:04.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:04.915 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:04.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:04.924 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:04.924 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:04.925 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:04.925 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:04.925 INFO [main][AbstractShell] Close shell Testing shell 07:21:04.925 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:04.928 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:04.929 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:04.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.929 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:04.929 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.935 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:04.935 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:04.935 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:04.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:04.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:04.935 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:04.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:04.960 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:04.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:04.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:04.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:04.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 07:21:04.978 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:04.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:04.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:04.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:04.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:04.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:04.979 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:04.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:04.980 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:04.980 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:04.980 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:04.980 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:04.980 INFO [main][AbstractShell] Close shell Testing shell 07:21:04.980 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:04.984 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:04.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:04.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:04.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:04.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:04.990 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:04.990 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:04.990 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:04.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:04.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:04.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:04.990 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:05.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:05.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:05.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:05.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:05.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:05.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:05.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:05.028 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:21:05.028 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:05.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:05.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:05.529 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:05.531 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:21:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:05.531 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:21:05.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:05.532 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:21:05.532 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:21:05.532 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:21:05.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:06.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:06.032 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:21:06.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:21:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:06.035 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:21:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:06.035 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:21:06.035 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:21:06.035 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:21:06.035 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:06.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:06.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:21:06.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:21:06.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:07.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:07.036 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:21:07.037 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:21:07.037 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:21:07.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:07.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:07.537 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:21:07.537 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:21:07.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:08.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:21:08.038 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:21:08.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:21:08.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:08.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:08.538 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:21:08.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:21:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:08.539 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:21:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:08.539 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:21:08.539 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:21:08.539 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:21:08.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:09.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:21:09.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:21:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:09.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:09.540 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:21:09.541 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:21:09.541 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:21:09.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:10.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:21:10.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:21:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:10.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:10.542 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:21:10.542 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.543 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:10.543 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.543 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.543 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.543 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.543 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.548 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.548 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.548 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.548 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.555 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.555 INFO [WorkbenchTestable][RequirementsRunner] Started test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:10.566 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:10.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.588 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.589 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:10.589 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.590 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.590 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.590 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.590 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.594 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.612 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.613 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.613 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.613 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.622 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:10.622 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.629 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.630 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:10.630 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.630 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.630 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.630 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.630 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.633 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.633 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.634 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.634 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.648 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.668 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:10.668 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'tree001') 07:21:10.685 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.685 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.685 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.685 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:21:10.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.685 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.686 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:10.686 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.686 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.686 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.686 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.686 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.690 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.690 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.690 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.690 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.695 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.695 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.695 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.695 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.704 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:10.704 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:10.742 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.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 07:21:10.742 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.742 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.742 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.742 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.746 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.746 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.752 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) 07:21:10.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest 07:21:10.752 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.752 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.868 s - in org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest testGetItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.048 s testColumnCount no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.055 s testGetAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 5.565 s testColumnHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.057 s testGetAllItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.035 s testFindingTreeById no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.047 s testGetItems_noItems no-configuration(org.eclipse.reddeer.swt.test.impl.tree.DefaultTreeTest) Time elapsed: 0.057 s Running org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.757 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.757 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:10.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.757 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.758 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.758 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.758 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.758 INFO [WorkbenchTestable][RequirementsRunner] Started test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.758 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.801 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:10.801 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.818 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.818 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.825 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:21:10.839 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:10.839 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.840 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.841 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.841 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 07:21:10.841 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:10.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.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 07:21:10.841 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.842 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.842 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.842 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.842 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.847 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.848 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.848 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.848 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.880 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.880 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.889 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:10.889 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.926 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.926 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.927 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.927 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:21:10.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 07:21:10.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.928 INFO [WorkbenchTestable][AbstractStyledText] Select text styled in styled text 07:21:10.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.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 07:21:10.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.933 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.933 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.933 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.933 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.936 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.936 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.955 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:10.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:10.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 07:21:10.961 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.976 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.976 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.977 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: this is styled text 07:21:10.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:10.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:10.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.978 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:10.978 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:10.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:10.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:10.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:10.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:10.978 INFO [WorkbenchTestable][AbstractStyledText] Select position start: 8 end: 10 in styled text 07:21:10.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:10.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:10.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:10.979 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:10.979 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:10.979 INFO [main][AbstractShell] Close shell Testing shell 07:21:10.980 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:10.982 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:10.982 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:10.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.983 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.983 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:10.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) 07:21:10.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest 07:21:10.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:10.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:10.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:10.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s - in org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest openContextMenu no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.122 s selectText no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.074 s selectPosition no-configuration(org.eclipse.reddeer.swt.test.impl.styledtext.StyledTextTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:10.993 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:10.994 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:10.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:10.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:10.994 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:10.995 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:11.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.004 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:11.004 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.023 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.023 INFO [WorkbenchTestable][RequirementsRunner] Started test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 07:21:11.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:11.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.023 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:11.037 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:21:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.038 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:21:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.038 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.038 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 07:21:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 07:21:11.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.OkCancelShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.039 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.039 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.039 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification... 07:21:11.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until button heard click notification finished successfully 07:21:11.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:11.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:11.040 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:11.040 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:11.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:11.040 INFO [main][AbstractShell] Close shell Testing shell 07:21:11.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:11.044 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:11.044 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:11.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:11.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.058 INFO [WorkbenchTestable][RequirementsRunner] Finished test: okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) 07:21:11.058 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest 07:21:11.058 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.058 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest okAndCancelButtonsTest no-configuration(org.eclipse.reddeer.swt.test.impl.shell.OkCancelShellTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.064 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.064 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:11.064 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.064 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.064 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.064 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:11.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.072 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:11.072 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:11.082 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:21:11.082 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.082 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.082 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:21:11.082 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:21:11.082 DEBUG [main][MenuItemLookup] Item match:Window 07:21:11.083 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:21:11.083 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:21:11.083 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:21:11.083 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.083 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:21:11.083 DEBUG [main][MenuItemLookup] Item match:Show View 07:21:11.088 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.089 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:21:11.089 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:21:11.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:21:11.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:21:11.089 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:21:11.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:21:11.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:21:11.182 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:21:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:11.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:21:11.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.185 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:21:11.185 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.185 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.186 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.186 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:21:11.186 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:21:11.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:21:11.186 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:21:11.186 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.186 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.186 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:21:11.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.187 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.188 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:21:11.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.188 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.188 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:11.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:21:11.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:21:11.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.269 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.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 '\*?\QRedDeer SWT Controls\E') 07:21:11.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:11.273 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:11.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:11.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:11.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:11.274 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:11.276 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:21:11.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'label1') 07:21:11.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.278 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:11.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 07:21:11.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.279 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:21:11.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:21:11.280 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.280 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:21:11.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.280 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Name:") 07:21:11.280 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.280 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:11.280 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:21:11.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.281 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) 07:21:11.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest 07:21:11.281 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.003 s defaultLabelTest no-configuration(org.eclipse.reddeer.swt.test.impl.label.DefaultLabelTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.286 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.286 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:11.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.286 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.286 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:11.295 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.295 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:11.295 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.296 INFO [WorkbenchTestable][RequirementsRunner] Started test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 07:21:11.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.296 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:21:11.325 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.334 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.334 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.336 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:21:11.336 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.337 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.337 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.337 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 1 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and no matchers specified 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.338 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 07:21:11.338 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.339 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.339 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:11.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:11.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 07:21:11.340 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 2 07:21:11.340 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 1 and no matchers specified 07:21:11.340 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.340 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.340 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:11.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:11.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 1 was found 07:21:11.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 07:21:11.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.341 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.342 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 11 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "First spinner:") 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.343 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 07:21:11.343 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.344 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.344 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.345 INFO [WorkbenchTestable][AbstractSpinner] Set spinner value to 22 07:21:11.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Spinner with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Second spinner:") 07:21:11.345 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.345 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:11.346 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Spinner and index 0 was found 07:21:11.346 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:11.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 07:21:11.347 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:11.347 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:11.347 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:11.347 INFO [main][AbstractShell] Close shell Testing shell 07:21:11.347 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:11.351 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:11.351 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:11.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.351 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.351 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.358 INFO [WorkbenchTestable][RequirementsRunner] Finished test: spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) 07:21:11.358 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest 07:21:11.358 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.358 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest spinnerTest no-configuration(org.eclipse.reddeer.swt.test.impl.spinner.SpinnerTest) Time elapsed: 0.062 s Running org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.363 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.363 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:11.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.364 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.364 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.364 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:11.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.369 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:11.369 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:11.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.381 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:11.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.394 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:11.395 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:11.395 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:11.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:11.397 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:21:11.397 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:21:11.426 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.428 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:21:11.457 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:11.465 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:21:11.465 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.466 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.466 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:21:11.466 DEBUG [main][MenuItemLookup] Item match:Window 07:21:11.466 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:21:11.467 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:21:11.467 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:21:11.467 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.467 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:21:11.467 DEBUG [main][MenuItemLookup] Item match:Show View 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.470 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:21:11.470 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:21:11.471 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:21:11.471 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:21:11.471 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:21:11.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:21:11.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:21:11.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:21:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:11.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.544 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:11.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:21:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:21:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.545 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.545 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:21:11.545 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:21:11.546 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:21:11.550 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:21:11.550 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.550 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.550 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:21:11.551 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.551 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.551 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.552 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:21:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.552 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.552 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:11.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:11.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:21:11.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:21:11.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:11.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.651 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.651 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:11.651 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:11.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:11.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:11.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:11.652 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:11.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified ( with key 'org.eclipse.reddeer.widget.key' and value 'text1') 07:21:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.664 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key org.eclipse.reddeer.widget.key 07:21:11.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:11.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:11.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.664 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.664 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.665 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:11.665 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.665 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:11.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.665 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.665 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.669 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.673 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.674 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.674 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:11.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:11.678 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:11.678 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:11.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:11.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:11.679 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:11.680 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:21:11.680 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:21:11.680 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.681 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:21:11.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:11.737 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:21:11.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:21:11.738 DEBUG [main][MenuItemLookup] Item match:Window 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:21:11.738 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:21:11.739 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:21:11.739 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.739 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:21:11.739 DEBUG [main][MenuItemLookup] Item match:Show View 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.743 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:21:11.743 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:21:11.754 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:21:11.754 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:21:11.755 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:21:11.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:21:11.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:21:11.815 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:21:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:11.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.817 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:21:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:21:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:11.818 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:11.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:11.818 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:11.818 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:21:11.819 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:21:11.819 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:21:11.819 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:21:11.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:21:11.820 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.820 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:11.820 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.820 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.820 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.821 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:21:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.821 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.821 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:11.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:21:11.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:21:11.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.871 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:11.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.872 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:11.872 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:11.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:11.875 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:11.875 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:11.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:11.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:11.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:11.876 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:11.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.886 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:11.886 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:11.886 DEBUG [main][MenuItemLookup] Item match:File 07:21:11.889 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:21:11.889 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:11.892 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:21:11.892 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:21:11.892 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:21:11.892 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:21:11.892 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:21:11.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 07:21:11.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 07:21:11.973 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:21:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:11.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:11.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.975 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:21:11.975 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.975 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.975 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:11.975 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:11.976 INFO [WorkbenchTestable][AbstractText] Text set to: myvalue 07:21:11.977 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:21:11.977 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.977 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:21:11.977 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:11.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:11.977 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:11.978 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:11.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:11.978 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:11.979 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:21:11.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:11.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:11.979 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:11.979 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:11.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:11.998 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:11.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:11.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:11.998 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:11.998 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:11.998 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:11.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:11.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:11.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:11.998 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:11.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:12.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.011 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:12.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:12.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:12.015 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:12.015 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:12.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:12.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:12.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:12.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:12.025 INFO [WorkbenchTestable][AbstractView] Close view 'RedDeer SWT Controls' 07:21:12.025 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem RedDeer SWT Controls 07:21:12.025 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:12.026 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:21:12.047 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:12.054 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' view via menu. 07:21:12.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.055 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:12.055 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'File' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:21:12.055 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:21:12.055 DEBUG [main][MenuItemLookup] Item match:Window 07:21:12.056 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:21:12.056 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:21:12.056 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:21:12.056 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:12.056 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:21:12.056 DEBUG [main][MenuItemLookup] Item match:Show View 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'' 07:21:12.059 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:21:12.059 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:21:12.059 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:21:12.059 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:21:12.060 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:21:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:21:12.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:21:12.124 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:21:12.125 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.125 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children... 07:21:12.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:12.126 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:12.126 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer SWT has children finished successfully 07:21:12.126 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer SWT 07:21:12.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:21:12.127 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer SWT is already expanded. No action performed 07:21:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:21:12.127 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer SWT 07:21:12.127 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item RedDeer SWT Controls 07:21:12.127 DEBUG [main][TreeItemHandler] Selecting tree item: RedDeer SWT Controls 07:21:12.127 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item RedDeer SWT Controls about selection 07:21:12.127 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: RedDeer SWT Controls 07:21:12.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.127 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:12.127 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.128 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:21:12.128 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.128 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:21:12.128 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.128 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:21:12.128 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:21:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:21:12.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:21:12.129 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:21:12.129 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:21:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:21:12.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:21:12.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:21:12.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.182 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:12.182 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:12.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.184 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:12.185 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:12.185 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:12.185 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:12.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:12.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.195 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Original text") 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.196 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.196 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.197 INFO [WorkbenchTestable][AbstractText] Text set to: New text 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.197 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.197 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "New text") 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.197 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:12.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.198 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.198 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.198 INFO [WorkbenchTestable][AbstractText] Text set to: Original text 07:21:12.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:12.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.198 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) 07:21:12.198 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest 07:21:12.198 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s - in org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest testDeafaultTextWithId no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.295 s testInDialog no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.333 s defaultTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.DefaultTextTest) Time elapsed: 0.2 s Running org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.203 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.204 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:12.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.204 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.204 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:12.225 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.225 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:12.225 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.225 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.226 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.226 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.269 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test clabel") 07:21:12.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.270 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.270 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.276 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.276 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.281 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.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 07:21:12.281 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.281 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.281 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.281 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.281 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.289 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.289 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.290 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.302 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.302 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.302 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.302 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormLabel") 07:21:12.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.365 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.366 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.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 07:21:12.366 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.367 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.367 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.367 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.367 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.375 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.375 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.375 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.375 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.382 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.383 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.383 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.383 INFO [WorkbenchTestable][RequirementsRunner] Started test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.383 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.438 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 1 and no matchers specified 07:21:12.438 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:12.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:12.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 1 was found 07:21:12.438 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:21:12.439 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.439 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.439 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.440 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.440 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:12.441 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.441 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.441 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.445 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.445 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:21:12.445 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.446 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.446 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.447 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.447 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.448 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.448 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.448 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.448 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.448 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.448 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.456 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.456 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.456 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.463 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.463 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.463 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.463 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.505 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label4") 07:21:12.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.514 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.519 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.519 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.519 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.520 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.520 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.520 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.520 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.528 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.528 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.529 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.529 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.541 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.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 07:21:12.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 07:21:12.578 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.579 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.579 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.584 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.584 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.584 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 07:21:12.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.585 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.585 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.585 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.585 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.585 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.594 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.594 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.594 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.601 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.601 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.601 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.601 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.643 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1*") 07:21:12.643 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.643 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.643 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.643 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.664 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.664 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.664 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.665 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.666 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.666 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.666 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.666 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.666 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.666 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.675 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.675 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.683 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.683 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.683 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.683 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.767 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.767 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label3") 07:21:12.767 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.768 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.768 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.775 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.778 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.778 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.779 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.779 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.779 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.779 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.787 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.787 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.787 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.788 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.788 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.836 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.836 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.836 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.836 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label1") 07:21:12.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.887 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.890 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.890 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.891 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.891 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.891 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.891 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.898 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.899 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.929 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.929 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.929 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.929 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:12.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:12.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:12.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label") 07:21:12.968 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.968 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:12.968 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:12.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:12.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:12.969 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:12.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:12.969 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:12.969 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:12.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:12.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 07:21:12.971 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:12.971 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:12.971 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:12.971 INFO [main][AbstractShell] Close shell Testing shell 07:21:12.971 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:12.979 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:12.979 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:12.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:12.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:12.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:12.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:12.987 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.987 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:12.987 INFO [WorkbenchTestable][RequirementsRunner] Started test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:12.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:12.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:12.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:12.987 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:13.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:13.038 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:13.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:13.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:13.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:13.039 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:13.039 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:13.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:13.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:13.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:13.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:13.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:13.042 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:13.043 INFO [WorkbenchTestable][AbstractText] Type text not so funny text 07:21:13.043 INFO [WorkbenchTestable][AbstractText] Text set to: 07:21:13.043 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:13.043 DEBUG [WorkbenchTestable][AbstractText] Force focus to receive keyboard events 07:21:13.046 INFO [WorkbenchTestable][Keyboard] Type text "not so funny text" 07:21:13.110 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:13.110 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:21:13.713 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:13.713 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 07:21:14.314 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:14.314 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:21:14.915 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:14.915 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:21:15.516 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:15.516 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:21:16.117 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:16.117 INFO [WorkbenchTestable][Keyboard] As char:o, as int:111 07:21:16.718 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:16.718 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:21:17.319 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:17.320 INFO [WorkbenchTestable][Keyboard] As char:f, as int:102 07:21:17.921 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:17.921 INFO [WorkbenchTestable][Keyboard] As char:u, as int:117 07:21:18.522 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:18.522 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:21:19.123 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:19.123 INFO [WorkbenchTestable][Keyboard] As char:n, as int:110 07:21:19.724 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:19.724 INFO [WorkbenchTestable][Keyboard] As char:y, as int:121 07:21:20.325 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:20.325 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:21:20.926 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:20.926 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:21:21.527 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:21.527 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:21:22.128 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:22.128 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:21:22.729 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:21:22.729 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:21:23.330 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:23.330 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.330 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.330 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.334 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.334 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.334 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.334 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.335 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.335 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.335 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.335 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.343 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.343 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.350 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.350 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.350 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.350 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:23.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.393 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.393 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.393 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.393 INFO [WorkbenchTestable][AbstractText] Text set to: funny text 07:21:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:23.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.396 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.396 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.396 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.396 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.396 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.396 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.396 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.397 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.397 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.397 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.404 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.404 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.404 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.404 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.410 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.410 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.411 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.411 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.450 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.450 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Special label?") 07:21:23.450 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.450 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.450 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.451 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.459 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.459 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.459 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.461 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.461 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.461 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.461 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.469 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.469 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.475 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.476 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.476 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.476 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2 *") 07:21:23.520 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.520 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.520 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.534 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.535 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.535 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.536 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.536 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.536 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.544 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.544 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.544 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.544 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.556 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.593 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label2") 07:21:23.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.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 07:21:23.598 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.599 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.599 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.599 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.599 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.607 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.607 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.607 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.607 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.618 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.618 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.662 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Required label2") 07:21:23.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.675 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.675 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.676 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.676 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.677 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.677 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.677 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.677 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.686 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.686 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.698 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.699 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.699 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.699 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.736 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.736 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test label1") 07:21:23.736 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.736 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.740 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.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 07:21:23.741 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.742 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.742 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.742 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.749 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.749 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.750 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.750 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.756 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.757 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.757 INFO [WorkbenchTestable][RequirementsRunner] Started test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.757 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.797 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "FormCLabel") 07:21:23.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:23.806 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:23.807 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.807 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.807 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:23.807 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:23.807 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:23.807 INFO [main][AbstractShell] Close shell Testing shell 07:21:23.807 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:23.815 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:23.815 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:23.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.815 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.816 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.823 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) 07:21:23.823 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest 07:21:23.823 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.823 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.62 s - in org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest findLabeledTextWithCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.076 s findLabeledTextWithFormLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.081 s setFocusTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.08 s findLabeledTextWithOutsideLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.078 s setNonEditableTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithAsterisk no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.082 s getTextMessage no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.153 s findLabeledTextForRequiredField no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.093 s findLabeledTextWithIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.058 s typeTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 10.363 s setTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.06 s findLabeledTextWithSpecialChar no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.064 s findLabeledTextWithAsteriskWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.08 s findLabeledTextWithTwoIcons no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.061 s findLabeledTextForRequiredFieldWithSpace no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.08 s findLabeledTextWithoutIcon no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.057 s findLabeledTextWithFormCLabel no-configuration(org.eclipse.reddeer.swt.test.impl.text.LabeledTextTest) Time elapsed: 0.066 s Running org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.833 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.834 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:23.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.834 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:23.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.834 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:23.834 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.839 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E'' is already open. Activate. 07:21:23.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.844 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.844 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:21:23.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.845 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:21:23.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT Controls\E') 07:21:23.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:21:23.849 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT Controls 07:21:23.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT Controls 07:21:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:21:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:21:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:21:23.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:21:23.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.852 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.852 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.876 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:23.876 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.877 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.877 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.877 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:23.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.887 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.888 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.888 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.888 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.888 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.924 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:21:23.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 07:21:23.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:23.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.946 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.946 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.946 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.946 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.946 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:21:23.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.947 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:23.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:23.948 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Styled text") 07:21:23.948 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.954 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT Controls"as the parent 07:21:23.954 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:23.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:23.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:23.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:21:23.955 INFO [WorkbenchTestable][AbstractStyledText] Styled Text set to: Modified styled text 07:21:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:23.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.956 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) 07:21:23.956 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.text.StyledTextTest 07:21:23.956 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:23.956 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.reddeer.swt.test.impl.text.StyledTextTest defaultStyledTextGetPositionNonExistingTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.036 s defaultStyledTextGetPositionTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.058 s defaultStyledTextTest no-configuration(org.eclipse.reddeer.swt.test.impl.text.StyledTextTest) Time elapsed: 0.01 s Running org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:23.965 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:23.965 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:23.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:23.965 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.966 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.967 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.967 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:23.967 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:23.967 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:23.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 2 and following matchers specified (Widget matcher matching widgets with style: 256) 07:21:23.974 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:23.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:23.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:23.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:23.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:23.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:23.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:21:24.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:24.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:21:24.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:24.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:21:24.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:24.980 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 2 was not found 07:21:24.981 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:24.981 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:24.981 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:24.981 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:24.981 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:24.981 INFO [main][AbstractShell] Close shell Testing shell 07:21:24.981 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:24.984 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:24.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:24.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:24.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:24.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:24.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:24.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:24.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:24.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:24.992 INFO [WorkbenchTestable][RequirementsRunner] Started test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:24.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:24.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:24.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:24.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:24.999 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 07:21:24.999 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:25.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:25.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:25.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 2) 07:21:25.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.011 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.011 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:25.011 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:25.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:25.011 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:25.011 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:25.011 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:25.011 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:25.011 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:25.011 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:25.011 INFO [main][AbstractShell] Close shell Testing shell 07:21:25.011 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:25.015 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:25.015 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:25.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:25.015 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:25.015 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:25.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.027 INFO [WorkbenchTestable][RequirementsRunner] Finished test: IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:25.027 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:25.027 INFO [WorkbenchTestable][RequirementsRunner] Started test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:25.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:25.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:25.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:25.027 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:25.033 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 07:21:25.033 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:25.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:25.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 256) 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 256) 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:25.042 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:25.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:25.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was found 07:21:25.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:25.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:25.045 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:25.045 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:25.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:25.045 INFO [main][AbstractShell] Close shell Testing shell 07:21:25.045 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:25.048 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:25.048 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:25.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:25.048 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:25.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:25.055 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:25.055 INFO [WorkbenchTestable][RequirementsRunner] Started test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:25.055 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:25.061 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 2) 07:21:25.061 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:25.073 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:25.073 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:25.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:25.073 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:25.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:25.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:25.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:26.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:26.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:26.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:26.075 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 07:21:26.075 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:26.076 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:26.076 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:26.076 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:26.076 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:26.076 INFO [main][AbstractShell] Close shell Testing shell 07:21:26.076 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:26.082 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:26.082 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:26.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:26.082 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:26.082 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:26.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:26.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:26.090 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noonExistingIndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:26.090 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:26.090 INFO [WorkbenchTestable][RequirementsRunner] Started test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:26.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:26.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:26.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:26.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:26.098 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 07:21:26.098 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:26.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:26.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:26.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:26.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:26.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 512) 07:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:26.114 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:26.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:26.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:26.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:26.114 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 0 was found 07:21:26.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:26.115 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:26.115 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:26.115 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:26.115 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:26.115 INFO [main][AbstractShell] Close shell Testing shell 07:21:26.115 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:26.119 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:26.119 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:26.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:26.119 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:26.119 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:26.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:26.127 INFO [WorkbenchTestable][RequirementsRunner] Finished test: verticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:26.127 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:26.128 INFO [WorkbenchTestable][RequirementsRunner] Started test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:26.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:26.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:26.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:26.128 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:26.134 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ProgressBar with no referenced composite specified, index 1 and following matchers specified (Widget matcher matching widgets with style: 512) 07:21:26.134 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:26.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:26.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:26.146 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:26.146 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:26.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:26.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:26.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:26.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:26.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:27.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:27.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:21:27.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:27.147 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ProgressBar and index 1 was not found 07:21:27.148 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:27.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 07:21:27.148 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:27.148 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:27.148 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:27.148 INFO [main][AbstractShell] Close shell Testing shell 07:21:27.148 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:27.152 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:27.152 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:27.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:27.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:27.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:27.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:27.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) 07:21:27.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest 07:21:27.160 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:27.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:27.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.196 s - in org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest nonExistinghorizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.024 s IndeterminateProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.035 s horizontalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 0.028 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.037 s nonExistingVerticalProgressBarTest no-configuration(org.eclipse.reddeer.swt.test.impl.progressbar.ProgressBarTest) Time elapsed: 1.032 s Running org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.169 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.169 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:27.169 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:27.169 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.169 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:27.169 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:27.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:27.174 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:27.174 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:27.175 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:27.175 INFO [WorkbenchTestable][RequirementsRunner] Started test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:27.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:27.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:27.175 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:27.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:21:27.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:27.197 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:27.197 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:27.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:27.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:27.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:27.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:21:27.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:27.199 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:27.199 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:27.200 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:27.200 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:27.200 INFO [main][AbstractShell] Close shell Testing shell 07:21:27.200 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:27.203 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:27.203 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:27.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.203 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:27.203 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:27.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:27.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:27.209 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:27.209 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:27.209 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:27.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:27.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:27.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:27.209 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:27.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 4 and no matchers specified 07:21:27.216 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:27.233 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:27.233 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:27.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:27.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:21:27.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:21:27.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:21:27.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:21:28.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:21:28.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:21:28.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:28.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 4 was not found 07:21:28.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.235 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.235 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.235 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.235 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.235 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.235 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.239 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.239 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:21:28.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:28.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:28.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.266 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:21:28.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.267 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.267 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.267 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.267 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.267 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.267 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.271 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.271 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.271 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.271 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.277 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.277 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.277 INFO [WorkbenchTestable][RequirementsRunner] Started test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.277 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.283 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 07:21:28.283 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.295 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:28.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:28.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 07:21:28.296 TRACE [WorkbenchTestable][WidgetHandler] Notify Scale with event 13 07:21:28.296 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:28.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:28.297 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.297 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.297 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:28.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:28.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.297 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:28.297 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:28.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.298 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.298 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.299 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.299 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.299 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.299 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.302 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.302 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.302 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.302 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.309 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.316 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 1 and no matchers specified 07:21:28.316 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.335 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.335 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:28.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:28.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 1 was found 07:21:28.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.337 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.337 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.337 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.337 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.337 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.337 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.340 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.340 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.341 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.341 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.352 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.352 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.352 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.352 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Scale with no referenced composite specified, index 0 and no matchers specified 07:21:28.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:28.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:28.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Scale and index 0 was found 07:21:28.370 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.370 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.370 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.370 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.370 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.370 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.370 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.374 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.374 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.374 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.374 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.388 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) 07:21:28.388 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.scale.ScaleTest 07:21:28.389 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.389 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:28.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 s - in org.eclipse.reddeer.swt.test.impl.scale.ScaleTest findScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.034 s findNonExistingScaleByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 1.037 s getSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.031 s setSelection no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.032 s getMaximum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.043 s getMinimum no-configuration(org.eclipse.reddeer.swt.test.impl.scale.ScaleTest) Time elapsed: 0.036 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:28.395 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:28.396 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:28.396 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:28.396 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.396 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.397 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.397 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:28.397 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:28.397 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:28.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:28.698 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:28.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:28.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:28.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:28.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:28.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:28.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:28.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:28.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:28.983 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:28.983 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:28.983 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:28.983 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:28.983 INFO [main][AbstractShell] Close shell Testing shell 07:21:28.983 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:28.993 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:28.993 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:28.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:28.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:28.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:29.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:29.005 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:29.005 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:29.005 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:29.005 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:29.260 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:29.260 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:29.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:29.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:29.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:29.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:29.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:29.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:29.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:29.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:29.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:29.491 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:21:29.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:29.491 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:29.491 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:29.491 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:29.491 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:29.491 INFO [main][AbstractShell] Close shell Testing shell 07:21:29.491 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:29.500 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:29.500 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:29.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:29.500 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:29.500 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:29.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:29.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:29.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:29.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:29.507 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:29.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:29.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:29.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:29.507 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:29.791 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:29.791 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:30.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:30.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:30.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:30.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:30.028 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 3) 07:21:30.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.029 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:30.029 TRACE [main][WidgetHandler] Wait for synchronization 07:21:30.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.034 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:30.034 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:30.034 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:30.034 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:30.034 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:30.034 INFO [main][AbstractShell] Close shell Testing shell 07:21:30.034 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:30.043 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:30.043 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:30.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:30.044 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:30.044 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:30.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.056 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:30.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:30.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:30.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:30.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:30.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:30.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:30.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:30.335 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:30.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:30.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:30.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:30.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:30.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:30.577 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.578 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:21:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification... 07:21:30.581 TRACE [WorkbenchTestable][WidgetHandler] Notify Table with event 13 07:21:30.581 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:21:30.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table heard check notification finished successfully 07:21:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:30.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:30.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:30.585 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:30.585 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:30.586 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:30.586 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:30.586 INFO [main][AbstractShell] Close shell Testing shell 07:21:30.586 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:30.595 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:30.595 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:30.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:30.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:30.596 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:30.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:30.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:30.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:30.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:30.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:30.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:30.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:30.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:30.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:30.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:30.863 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:31.100 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:31.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.100 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:31.101 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (2) 07:21:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.101 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:31.101 TRACE [main][WidgetHandler] Wait for synchronization 07:21:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:31.104 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:31.104 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:31.104 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:31.104 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:31.104 INFO [main][AbstractShell] Close shell Testing shell 07:21:31.104 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:31.114 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:31.114 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:31.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:31.114 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:31.114 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:31.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.120 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:31.120 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:31.120 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:31.120 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:31.386 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:31.386 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.624 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.624 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:31.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:31.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:31.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.630 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.630 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.630 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:31.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:31.634 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.635 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:31.635 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:31.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:31.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:31.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:31.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:31.641 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:31.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:31.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:31.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:31.644 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:31.644 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:31.645 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:31.645 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:31.645 INFO [main][AbstractShell] Close shell Testing shell 07:21:31.645 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:31.654 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:31.654 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:31.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:31.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:31.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:31.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:31.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:31.668 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:31.668 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:31.668 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:31.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:31.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:31.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:31.668 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:31.930 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:31.930 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.160 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:32.160 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:32.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:32.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:32.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:32.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:32.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:32.164 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:21:32.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:32.164 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:32.164 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:32.164 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:32.164 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:32.164 INFO [main][AbstractShell] Close shell Testing shell 07:21:32.164 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:32.174 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:32.174 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:32.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:32.174 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:32.174 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:32.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:32.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:32.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:32.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:32.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:32.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:32.449 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:32.449 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:32.679 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:32.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:32.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:32.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:32.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:32.682 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:32.683 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:21:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:32.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:32.683 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:32.683 TRACE [main][WidgetHandler] Wait for synchronization 07:21:32.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:32.683 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:32.683 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:32.684 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:32.684 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:32.684 INFO [main][AbstractShell] Close shell Testing shell 07:21:32.684 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:32.694 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:32.694 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:32.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:32.694 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:32.694 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:32.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:32.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:32.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:32.707 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:32.707 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:32.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:32.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:32.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:32.707 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:32.971 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:32.971 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.200 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.200 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:33.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:33.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:33.207 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 07:21:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:33.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:33.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:33.208 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:33.208 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:33.208 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:33.208 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:33.208 INFO [main][AbstractShell] Close shell Testing shell 07:21:33.208 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:33.217 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:33.217 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:33.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:33.217 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:33.217 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:33.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:33.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:33.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:33.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:33.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:33.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:33.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:33.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:33.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:33.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:33.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:33.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:33.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:33.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2... 07:21:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:33.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text '!' in cell 2 finished successfully 07:21:33.771 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:33.771 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:33.771 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:33.771 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:33.771 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:33.771 INFO [main][AbstractShell] Close shell Testing shell 07:21:33.771 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:33.781 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:33.781 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:33.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:33.781 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:33.781 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:33.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:33.794 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:33.794 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:33.794 INFO [WorkbenchTestable][RequirementsRunner] Started test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:33.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:33.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:33.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:33.794 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:34.058 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:34.058 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:34.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:34.293 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:34.293 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:34.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:34.293 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:34.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:34.293 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:34.294 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:34.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 07:21:34.294 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:34.294 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:34.294 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:34.294 INFO [main][AbstractShell] Close shell Testing shell 07:21:34.294 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:34.304 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:34.304 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:34.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:34.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:34.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:34.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:34.311 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:34.311 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:34.311 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:34.311 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:34.572 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:34.572 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:34.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:34.806 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:34.806 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:34.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:34.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:34.809 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:34.809 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:34.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'table2') 07:21:34.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:34.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:34.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:34.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:34.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:34.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:21:34.813 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:21:34.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:34.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:34.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:34.813 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:34.813 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:34.813 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:34.813 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:34.813 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:34.813 INFO [main][AbstractShell] Close shell Testing shell 07:21:34.813 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:34.823 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:34.823 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:34.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:34.823 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:34.823 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:34.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:34.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:34.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:34.843 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:34.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:34.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:34.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:34.843 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:35.118 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:35.118 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:35.349 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:35.349 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:35.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:35.349 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:35.349 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:35.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:35.350 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:35.350 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:21:35.351 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:35.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 07:21:35.351 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:35.351 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:35.351 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:35.351 INFO [main][AbstractShell] Close shell Testing shell 07:21:35.351 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:35.361 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:35.361 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:35.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:35.361 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:35.361 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:35.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:35.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:35.367 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:35.367 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:35.367 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:35.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:35.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:35.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:35.367 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:35.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:35.626 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:35.870 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:35.870 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:35.870 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:35.870 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:35.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:35.870 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:35.871 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:21:35.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:35.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:35.871 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:35.871 TRACE [main][WidgetHandler] Wait for synchronization 07:21:35.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:35.871 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:35.871 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:35.872 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:35.872 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:35.872 INFO [main][AbstractShell] Close shell Testing shell 07:21:35.872 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:35.881 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:35.881 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:35.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:35.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:35.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:35.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:35.887 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:35.887 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:35.887 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:35.887 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:35.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:35.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:35.888 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:36.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:36.150 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:36.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:36.390 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:36.390 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:36.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:36.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:36.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:36.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:36.391 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:36.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:36.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:36.391 INFO [WorkbenchTestable][AbstractTableItem] Check table Item x: 07:21:36.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:36.392 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:36.392 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:36.392 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:36.392 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:36.392 INFO [main][AbstractShell] Close shell Testing shell 07:21:36.392 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:36.401 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:36.401 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:36.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:36.401 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:36.401 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:36.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:36.413 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:36.414 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:36.414 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:36.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:36.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:36.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:36.414 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:36.683 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:36.683 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:36.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:36.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:36.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:36.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:36.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:36.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:36.943 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:36.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:36.944 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:36.944 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:36.945 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:36.945 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:36.945 INFO [main][AbstractShell] Close shell Testing shell 07:21:36.945 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:36.955 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:36.955 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:36.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:36.955 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:36.955 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:36.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:36.968 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:36.968 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:36.968 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:36.968 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:37.233 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:37.233 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:37.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:37.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:37.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:37.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:37.462 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:37.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:37.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:37.464 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:37.464 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:37.464 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:37.464 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:37.464 INFO [main][AbstractShell] Close shell Testing shell 07:21:37.464 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:37.473 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:37.473 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:37.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:37.474 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:37.474 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:37.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:37.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:37.480 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:37.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:37.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:37.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:37.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:37.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:37.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:37.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:21:37.733 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:37.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:37.969 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:37.969 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:37.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:37.969 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:37.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:37.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:37.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:21:37.975 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:21:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:37.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:37.975 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:37.975 TRACE [main][WidgetHandler] Wait for synchronization 07:21:37.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:37.975 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:37.975 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:37.976 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:37.976 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:37.976 INFO [main][AbstractShell] Close shell Testing shell 07:21:37.976 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:37.985 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:37.985 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:37.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:37.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:37.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:37.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:37.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:37.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:37.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:37.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:37.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:37.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:37.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:38.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:38.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:38.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:38.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:38.487 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:38.487 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:38.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:38.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:38.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:38.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:38.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:38.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:38.488 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:38.488 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:38.488 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:38.488 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:38.488 INFO [main][AbstractShell] Close shell Testing shell 07:21:38.488 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:38.497 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:38.498 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:38.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:38.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:38.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:38.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:38.503 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:38.503 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:38.503 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:38.503 INFO [WorkbenchTestable][RequirementsRunner] Started test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:38.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:38.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:38.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:38.503 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:38.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:38.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:39.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:39.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:39.007 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:39.007 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:39.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:39.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:39.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:39.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:39.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:39.011 INFO [WorkbenchTestable][AbstractTableItem] Double click table item x 07:21:39.012 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:39.012 TRACE [main][WidgetHandler] Wait for synchronization 07:21:39.012 TRACE [main][WidgetHandler] Notify Table with event 8 07:21:39.012 TRACE [main][WidgetHandler] Wait for synchronization 07:21:39.013 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:39.014 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:39.014 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:39.014 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:39.014 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:39.014 INFO [main][AbstractShell] Close shell Testing shell 07:21:39.014 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:39.023 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:39.023 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:39.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:39.023 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:39.023 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:39.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:39.029 INFO [WorkbenchTestable][RequirementsRunner] Finished test: doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:39.029 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:39.029 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:39.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:39.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:39.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:39.029 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:39.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:39.292 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:39.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:39.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:39.525 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:39.525 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:39.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:39.525 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:39.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:39.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:39.528 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:39.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:39.531 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:39.531 TRACE [main][WidgetHandler] Wait for synchronization 07:21:39.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:39.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:39.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:39.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:39.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:39.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:39.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:39.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:39.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:39.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:39.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:39.536 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:39.536 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:39.536 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:39.536 INFO [main][AbstractShell] Close shell Testing shell 07:21:39.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:39.546 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:39.546 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:39.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:39.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:39.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:39.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:39.558 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:39.558 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:39.558 INFO [WorkbenchTestable][RequirementsRunner] Started test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:39.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:39.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:39.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:39.558 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:39.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:39.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:40.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:40.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:40.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:40.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:40.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:40.048 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:40.049 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4, 5) 07:21:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:40.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:40.049 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:40.049 TRACE [main][WidgetHandler] Wait for synchronization 07:21:40.049 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:40.049 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:40.049 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:40.049 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:40.049 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:40.049 INFO [main][AbstractShell] Close shell Testing shell 07:21:40.049 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:40.060 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:40.060 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:40.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:40.060 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:40.060 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:40.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:40.067 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:40.067 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:40.067 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:40.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:40.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:40.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:40.067 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:40.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:40.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:40.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:40.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:40.577 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:40.577 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:40.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:40.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:40.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:40.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:40.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:40.581 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1, 2, 3, 4) 07:21:40.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:40.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:40.582 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:40.582 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:40.582 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:40.582 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:40.582 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:40.582 INFO [main][AbstractShell] Close shell Testing shell 07:21:40.582 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:40.594 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:40.594 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:40.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:40.595 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:40.595 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:40.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:40.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:40.602 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:40.602 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:40.602 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:40.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:40.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:40.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:40.602 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:40.859 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:40.860 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:41.094 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:41.094 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:41.094 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:41.094 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:41.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:41.094 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:41.095 INFO [WorkbenchTestable][AbstractTable] Select table rows with indexes (1) 07:21:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:41.095 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:41.095 TRACE [main][WidgetHandler] Wait for synchronization 07:21:41.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:41.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:41.098 INFO [WorkbenchTestable][AbstractTable] Deselect all table rows 07:21:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:41.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:41.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:41.102 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:41.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 07:21:41.102 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:41.102 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:41.102 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:41.102 INFO [main][AbstractShell] Close shell Testing shell 07:21:41.102 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:41.111 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:41.111 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:41.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:41.111 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:41.111 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:41.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:41.123 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:41.123 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:41.123 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:41.123 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:41.383 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:41.383 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:41.612 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:41.612 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:41.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:41.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:41.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:41.612 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:41.613 DEBUG [WorkbenchTestable][AbstractTable] Available headers: [ , C, !, Description, Resource, In Folder, Location] 07:21:41.613 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:41.614 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:41.614 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:41.614 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:41.614 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:41.614 INFO [main][AbstractShell] Close shell Testing shell 07:21:41.614 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:41.623 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:41.623 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:41.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:41.623 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:41.623 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:41.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:41.629 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:41.629 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:41.629 INFO [WorkbenchTestable][RequirementsRunner] Started test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:41.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:41.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:41.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:41.629 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:41.882 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:41.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:42.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:42.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:42.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:42.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:42.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:42.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2... 07:21:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:42.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:42.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:43.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:43.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:43.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:43.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:44.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:44.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:44.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:45.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:45.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:46.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:46.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:47.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:47.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:48.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:48.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:48.649 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:49.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:49.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:49.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:50.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:50.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:51.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:51.664 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:52.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:21:52.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:21:52.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains item with text 'this does not exist' in cell 2 failed, an exception will be thrown 07:21:52.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:52.169 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:52.169 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:52.170 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:52.170 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:52.170 INFO [main][AbstractShell] Close shell Testing shell 07:21:52.170 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:52.179 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:52.179 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:52.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:52.180 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:52.180 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:52.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) 07:21:52.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest 07:21:52.192 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:52.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.798 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest testGetItemsByStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.608 s testGetTooHighIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.501 s testGetSelectedItemsMulti no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.549 s testCheckTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.545 s testGetSelectedItemsSingle no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s testTableContainsItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.548 s testSingleSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.518 s testSingleSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.519 s testCheckTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.523 s waitForTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.563 s testHeaders no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.517 s testFindingTableBytId no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.532 s testGetNegativeIndexHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.524 s testMultiSelectionTableWithSingleSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.52 s testMultiSelectionTableCheck no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.526 s testGetHeaderOnSpecifiedIndex no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.554 s indexOfTest no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.512 s testCheckTableSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.516 s testGetIndexOfHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s doubleClickOnTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.526 s testSelectTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.529 s testMultiSelectionTable no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.509 s testSingleSelectionTableWithMultiSelection no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.535 s testDeselect no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.521 s testGetIndexOfNonexistingHeader no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 0.506 s waitForNonExistingTableItem no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableTest) Time elapsed: 10.563 s Running org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.198 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.199 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:52.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:52.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:52.199 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:52.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:52.199 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:52.199 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:52.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:52.200 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:52.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:52.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:52.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:52.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:52.372 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:52.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:52.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:52.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:52.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:52.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:52.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:52.533 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:52.534 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 7 and no matchers specified 07:21:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:52.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:21:52.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:21:52.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:52.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:21:52.534 INFO [WorkbenchTestable][AbstractTableItem] Set text array: [Ljava.lang.String;@5a826836 07:21:52.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:52.536 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:52.536 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:52.536 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:52.536 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:52.536 INFO [main][AbstractShell] Close shell Testing shell 07:21:52.536 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:52.543 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:52.543 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:52.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.543 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:52.543 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:52.549 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:52.549 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:52.549 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:52.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:52.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:52.549 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:52.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:52.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:52.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:52.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:52.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:52.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:52.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:52.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:52.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:52.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 3") 07:21:52.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:52.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:52.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:52.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:52.904 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:21:52.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:52.904 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:52.904 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:52.904 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:52.904 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:52.904 INFO [main][AbstractShell] Close shell Testing shell 07:21:52.904 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:52.911 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:52.911 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:52.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.911 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:52.911 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:52.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:52.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:52.922 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:52.922 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:52.922 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:52.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:52.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:52.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:52.922 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:53.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 07:21:53.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:53.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.254 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:53.254 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:53.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:53.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:53.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:53.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:53.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:21:53.255 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:53.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 07:21:53.255 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:53.255 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:53.255 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:53.255 INFO [main][AbstractShell] Close shell Testing shell 07:21:53.255 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:53.262 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:53.262 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:53.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.262 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:53.262 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.269 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.269 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:53.269 INFO [WorkbenchTestable][RequirementsRunner] Started test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:53.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:53.269 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:53.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "0 3") 07:21:53.442 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.605 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:53.605 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:53.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:53.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:53.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:53.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:53.606 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:21:53.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:53.606 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:53.606 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:53.606 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:53.606 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:53.606 INFO [main][AbstractShell] Close shell Testing shell 07:21:53.606 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:53.613 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:53.613 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:53.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.613 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:53.613 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.618 INFO [WorkbenchTestable][RequirementsRunner] Finished test: text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.618 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:53.619 INFO [WorkbenchTestable][RequirementsRunner] Started test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:53.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:53.619 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:53.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:53.788 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:53.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.955 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:53.955 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:53.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:53.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:53.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:53.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:53.961 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and following matchers specified (Matcher matching widget which text matches: "1 2") 07:21:53.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:53.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:53.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:53.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:53.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:21:53.962 INFO [WorkbenchTestable][AbstractTableItem] Double click table item 1 2 07:21:53.962 TRACE [main][WidgetHandler] Notify Table with event 13 07:21:53.962 TRACE [main][WidgetHandler] Wait for synchronization 07:21:53.963 TRACE [main][WidgetHandler] Notify Table with event 3 07:21:53.963 TRACE [main][WidgetHandler] Wait for synchronization 07:21:53.963 TRACE [main][WidgetHandler] Notify Table with event 4 07:21:53.963 TRACE [main][WidgetHandler] Wait for synchronization 07:21:53.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:53.965 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:53.965 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:53.965 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:53.965 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:53.965 INFO [main][AbstractShell] Close shell Testing shell 07:21:53.965 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:53.972 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:53.973 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:53.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.973 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:53.973 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:53.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:53.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:53.985 INFO [WorkbenchTestable][RequirementsRunner] Finished test: click no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.985 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:53.985 INFO [WorkbenchTestable][RequirementsRunner] Started test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:53.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:53.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:53.985 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:53.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:54.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 1 and no matchers specified 07:21:54.159 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:54.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:54.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:54.322 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:54.322 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:54.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:54.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:54.322 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:54.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:54.322 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 07:21:54.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:54.322 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:54.322 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:54.322 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:54.322 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:54.322 INFO [main][AbstractShell] Close shell Testing shell 07:21:54.323 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:54.329 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:54.329 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:54.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:54.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:54.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:54.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:54.336 INFO [WorkbenchTestable][RequirementsRunner] Finished test: index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:54.336 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:54.336 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:54.336 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:54.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:54.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:54.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:54.684 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:54.684 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:54.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:54.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:54.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:54.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:54.687 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:54.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 0 and no matchers specified 07:21:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:54.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:54.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:54.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:54.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:21:54.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:54.688 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:54.688 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:54.689 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:54.689 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:54.689 INFO [main][AbstractShell] Close shell Testing shell 07:21:54.689 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:54.695 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:54.695 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:54.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:54.695 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:54.695 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:54.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:54.706 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:54.706 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:54.706 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:54.706 INFO [WorkbenchTestable][RequirementsRunner] Started test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:54.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:54.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:54.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:54.706 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:54.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:21:54.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.050 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.050 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:55.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:55.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:21:55.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 1 and no matchers specified 07:21:55.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:55.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:55.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.057 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 1 was found 07:21:55.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.057 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.057 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.057 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.057 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.057 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.057 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.065 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.065 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.077 INFO [WorkbenchTestable][RequirementsRunner] Finished test: referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:55.077 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.077 INFO [WorkbenchTestable][RequirementsRunner] Started test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.077 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 07:21:55.248 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.409 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:21:55.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:21:55.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:21:55.410 INFO [WorkbenchTestable][AbstractTableItem] Set text some text in columnin column 6 07:21:55.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 7 and no matchers specified 07:21:55.411 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.411 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.411 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 7 with specified parent and matchers 07:21:55.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 7 is found 07:21:55.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 7 was found 07:21:55.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.412 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.412 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.412 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.412 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.412 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.412 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.419 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.419 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.419 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.419 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:55.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:55.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:21:55.592 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.763 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.763 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:21:55.764 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with referenced composite class org.eclipse.reddeer.swt.impl.table.DefaultTable, index 6 and no matchers specified 07:21:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:21:55.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 07:21:55.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 07:21:55.764 INFO [WorkbenchTestable][AbstractTableItem] Set text some text 07:21:55.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 6 and no matchers specified 07:21:55.765 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 6 with specified parent and matchers 07:21:55.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 6 is found 07:21:55.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.766 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 6 was found 07:21:55.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.766 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.766 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.767 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.767 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.767 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.767 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.774 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.774 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.779 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) 07:21:55.780 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest 07:21:55.780 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.780 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.583 s - in org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest setTextStrings no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.349 s referencedComposite_text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.373 s defaultConstructor no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.347 s text no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.349 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.351 s referencedComposite no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.37 s referencedComposite_index no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.371 s setTextColumn no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.347 s setText no-configuration(org.eclipse.reddeer.swt.test.impl.table.DefaultTableItemTest) Time elapsed: 0.355 s Running org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.785 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.785 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:55.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.785 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.785 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.785 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.787 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.787 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.787 INFO [WorkbenchTestable][RequirementsRunner] Started test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.787 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.814 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:21:55.814 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.825 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.825 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:55.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:55.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.825 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:21:55.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Disabled:") 07:21:55.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.827 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.827 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.830 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.830 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.830 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.831 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.831 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.831 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.831 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.837 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.837 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.838 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.838 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.843 INFO [WorkbenchTestable][RequirementsRunner] Finished test: enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.843 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.844 INFO [WorkbenchTestable][RequirementsRunner] Started test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.844 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified ( with key 'comboTestKey' and value '3') 07:21:55.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.878 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:21:55.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:21:55.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:21:55.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key comboTestKey 07:21:55.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.881 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 07:21:55.883 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.883 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.883 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.884 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.884 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.884 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.884 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.891 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.891 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.897 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.897 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.897 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.897 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo0") 07:21:55.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and no matchers specified 07:21:55.944 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.944 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.944 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.945 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:21:55.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.946 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:55.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.947 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.947 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 2 and no matchers specified 07:21:55.949 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.949 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.949 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:55.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 2 was found 07:21:55.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:21:55.950 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.950 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.950 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:55.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:55.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 3 and no matchers specified 07:21:55.952 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.952 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:55.952 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:55.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:21:55.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:21:55.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:55.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 3 was found 07:21:55.953 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:55.953 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:55.953 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:55.954 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:55.954 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:55.954 INFO [main][AbstractShell] Close shell Testing shell 07:21:55.954 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:55.961 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:55.961 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:55.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.961 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:55.961 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:55.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:55.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:55.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:55.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:55.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:55.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:55.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:55.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo3") 07:21:55.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:56.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.002 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:56.002 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:56.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:56.002 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:56.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:56.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:56.004 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:56.005 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 3 07:21:56.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:56.006 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:56.006 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:56.006 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:56.006 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:56.006 INFO [main][AbstractShell] Close shell Testing shell 07:21:56.006 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:56.024 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:56.024 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:56.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:56.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.030 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.030 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:56.030 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:56.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:56.030 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:56.053 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo1") 07:21:56.053 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:56.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:56.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:56.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:56.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:56.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:56.067 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:56.068 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 2 07:21:56.068 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:56.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:56.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.069 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:56.069 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:56.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:56.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:56.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:56.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:56.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:56.069 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:56.069 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:56.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 07:21:56.070 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:56.070 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:56.070 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:56.070 INFO [main][AbstractShell] Close shell Testing shell 07:21:56.070 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:56.077 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:56.077 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:56.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.077 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:56.077 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.089 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.089 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:56.089 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:56.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:56.089 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:56.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 1 and no matchers specified 07:21:56.127 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:56.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.139 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:56.139 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:56.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:56.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:21:56.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:21:56.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:56.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 1 was found 07:21:56.140 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to index: 1 07:21:56.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:56.141 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:56.141 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:56.141 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:56.141 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:56.141 INFO [main][AbstractShell] Close shell Testing shell 07:21:56.142 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:56.148 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:56.148 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:56.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.148 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:56.148 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.154 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.154 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:56.154 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:56.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:56.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:56.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:56.154 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:56.173 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 5 and no matchers specified 07:21:56.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:56.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:56.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:56.188 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:56.188 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:56.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:56.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:56.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:56.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:56.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:57.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:57.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:57.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:57.191 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 5 was not found 07:21:57.191 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:57.191 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:57.191 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:57.191 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:57.191 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:57.191 INFO [main][AbstractShell] Close shell Testing shell 07:21:57.191 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:57.198 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:57.198 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:57.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:57.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:57.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:57.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:57.204 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:57.204 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:57.204 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:57.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:57.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:57.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:57.204 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:57.223 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "NON_EXISTING_LABEL_&*") 07:21:57.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:57.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:57.238 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:57.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:57.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:57.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:57.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:57.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:57.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:58.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:21:58.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:58.249 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was not found 07:21:58.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.249 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.249 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.249 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.249 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.249 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.249 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.257 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.257 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:58.257 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.257 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:58.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:58.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:58.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.288 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Combo2") 07:21:58.288 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.299 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.299 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.299 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:21:58.301 INFO [WorkbenchTestable][AbstractCombo] Set selection of Combo to selection: Item23 07:21:58.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:58.303 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.303 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.303 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:58.303 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:58.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.304 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.304 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.305 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.305 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.311 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.311 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:58.311 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.311 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.323 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) 07:21:58.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.combo.ComboTest 07:21:58.323 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.323 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.54 s - in org.eclipse.reddeer.swt.test.impl.combo.ComboTest enabled no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.056 s findById no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s getAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.075 s findByName no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.057 s selectionByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.059 s findByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.065 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.066 s selectionByItem no-configuration(org.eclipse.reddeer.swt.test.impl.combo.ComboTest) Time elapsed: 0.053 s Running org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.329 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.330 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:21:58.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.330 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.330 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.331 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.354 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 2 and no matchers specified 07:21:58.354 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:21:58.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:21:58.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 2 was found 07:21:58.363 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 2 07:21:58.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:21:58.365 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.366 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:21:58.366 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:21:58.366 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.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 07:21:58.366 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.367 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.367 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.367 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.367 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.371 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.371 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.371 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.371 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.377 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.377 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.377 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.377 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:21:58.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.415 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.415 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.415 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:21:58.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.417 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.417 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.417 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.417 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.418 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.418 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.424 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.424 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.424 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.437 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.437 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.437 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.437 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.455 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and no matchers specified 07:21:58.455 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:21:58.466 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:21:58.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.468 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.468 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.468 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.468 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.468 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.468 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.473 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.473 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.473 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.473 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.484 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.484 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.484 INFO [WorkbenchTestable][RequirementsRunner] Started test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.484 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.501 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 0") 07:21:58.501 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.511 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:21:58.511 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 07:21:58.513 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 0 07:21:58.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.513 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.513 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.513 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.513 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.513 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.513 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.517 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.517 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.517 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.517 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.522 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.522 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.522 INFO [WorkbenchTestable][RequirementsRunner] Started test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.522 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.539 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabFolder with no referenced composite specified, index 0 and no matchers specified 07:21:58.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.553 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.553 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:58.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:21:58.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:21:58.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabFolder and index 0 was found 07:21:58.554 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:58.554 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:58.554 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:58.554 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:58.554 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:58.554 INFO [main][AbstractShell] Close shell Testing shell 07:21:58.554 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:58.559 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:58.559 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:58.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.559 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:58.559 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tabFolderTest no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:58.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:58.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:58.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:58.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:58.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:58.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 5 and no matchers specified 07:21:58.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:58.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:58.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:58.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:58.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:58.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:58.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:58.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:59.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:59.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:59.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:21:59.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:21:59.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:21:59.600 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 5 was not found 07:21:59.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:21:59.600 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:21:59.600 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:21:59.600 DEBUG [main][AbstractWait] Waiting until shell is active... 07:21:59.600 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:21:59.600 INFO [main][AbstractShell] Close shell Testing shell 07:21:59.600 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:21:59.604 DEBUG [main][AbstractWait] Waiting while shell is available... 07:21:59.604 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:21:59.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:59.605 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:21:59.605 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:21:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:59.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:59.611 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:59.611 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:21:59.611 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:21:59.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:21:59.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:21:59.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:21:59.611 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:21:59.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 07:21:59.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:21:59.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:21:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:21:59.644 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:21:59.644 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:21:59.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:21:59.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:21:59.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:00.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:00.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.646 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:00.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:00.647 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was not found 07:22:00.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.647 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.647 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.647 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.647 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.647 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.647 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.654 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.654 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:22:00.654 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.654 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.669 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:22:00.669 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.669 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:22:00.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:22:00.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.669 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.686 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:22:00.686 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.696 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.696 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.696 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.696 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TabItem and index 0 was found 07:22:00.696 INFO [WorkbenchTestable][AbstractTabItem] Activate Item 1 07:22:00.697 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:00.697 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.697 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.697 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.697 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:00.697 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:00.698 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.698 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.698 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.698 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.698 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.698 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.698 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.702 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.702 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:22:00.702 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.702 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.707 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) 07:22:00.707 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest 07:22:00.707 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.707 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.379 s - in org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.046 s getAllFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.059 s getSelectedFolderItems no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.047 s isTabItemSelected no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.038 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.041 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 1.058 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.tab.TabFolderTest) Time elapsed: 0.038 s Running org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.716 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.716 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:00.716 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.716 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.717 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.717 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:00.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.719 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:00.719 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.719 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.720 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.720 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.738 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.740 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.741 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.741 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.741 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.741 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.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 07:22:00.741 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.741 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.742 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.742 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.742 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.745 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.745 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.745 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.745 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.754 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.754 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.754 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.754 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.762 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.762 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.772 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.772 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.772 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.772 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.772 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.772 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.772 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.772 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.772 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.776 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.776 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.776 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.776 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.786 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.786 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.786 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.786 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.828 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.828 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.839 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.839 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.839 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.839 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.841 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.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 07:22:00.841 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.841 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.841 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.841 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.841 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.846 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.846 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.847 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.847 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.863 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.863 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.863 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.863 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.873 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.889 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.889 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.889 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.889 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.889 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.890 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 07:22:00.891 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.891 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.891 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.892 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.892 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.892 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.892 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.892 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.892 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.895 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.895 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.895 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.895 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.903 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.903 INFO [WorkbenchTestable][RequirementsRunner] Started test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.903 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.910 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.910 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.931 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and following matchers specified ( with key 'id' and value 'list001') 07:22:00.931 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.932 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.932 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data with key id 07:22:00.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.932 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.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 07:22:00.932 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.932 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.932 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.932 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.932 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.935 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.935 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.935 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.935 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.944 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.944 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.944 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.944 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.951 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.961 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.961 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.961 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.962 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 3) 07:22:00.962 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.962 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.963 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.963 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.963 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.964 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.964 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.964 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.964 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.967 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.967 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.967 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.967 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:00.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:00.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:00.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:00.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:00.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:00.984 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.List with no referenced composite specified, index 0 and no matchers specified 07:22:00.984 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:00.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:00.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:00.994 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:00.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:00.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:00.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:00.994 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.List and index 0 was found 07:22:00.994 INFO [WorkbenchTestable][AbstractList] Select list items with indices (0, 1, 2) 07:22:00.994 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.994 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.995 TRACE [main][WidgetHandler] Notify List with event 13 07:22:00.995 TRACE [main][WidgetHandler] Wait for synchronization 07:22:00.995 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:00.995 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:00.995 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:00.996 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:00.996 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:00.996 INFO [main][AbstractShell] Close shell Testing shell 07:22:00.996 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:00.998 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:00.998 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:00.998 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:00.999 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:00.999 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.009 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) 07:22:01.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.list.DefaultListTest 07:22:01.009 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:01.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:01.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.eclipse.reddeer.swt.test.impl.list.DefaultListTest testSelectSpecificItem no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.034 s testGetIndex no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testGetListItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.077 s testDeselectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.04 s testFindingById no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.041 s testSelectSpecificItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.032 s testSelectAllItems no-configuration(org.eclipse.reddeer.swt.test.impl.list.DefaultListTest) Time elapsed: 0.033 s Running org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.013 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.013 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:01.013 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:01.013 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:01.014 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:01.014 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:01.014 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:01.014 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:01.014 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:01.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 2 and no matchers specified 07:22:01.030 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:01.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.040 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:01.040 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:01.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:01.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:22:01.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:22:01.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:01.040 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 2 was found 07:22:01.040 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 2 07:22:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:01.041 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.041 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:01.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:01.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:01.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:01.041 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:01.041 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:01.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 07:22:01.043 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.043 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:01.043 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:01.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:01.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:01.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:01.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:01.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 07:22:01.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:01.045 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:01.045 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:01.045 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:01.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:01.045 INFO [main][AbstractShell] Close shell Testing shell 07:22:01.045 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:01.050 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:01.050 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:01.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.050 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:01.050 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.055 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:01.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:01.056 INFO [WorkbenchTestable][RequirementsRunner] Started test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:01.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:01.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:01.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:01.056 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:01.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 07:22:01.070 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.085 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:01.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:22:01.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:22:01.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:01.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was found 07:22:01.086 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Item 3 07:22:01.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 3 07:22:01.087 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:22:01.088 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 3 and no matchers specified 07:22:01.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:01.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:01.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:01.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:01.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:22:01.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:22:01.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:22:01.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:22:02.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:22:02.090 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:22:02.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:02.090 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 3 was not found 07:22:02.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:02.090 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:02.090 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:02.090 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:02.090 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:02.090 INFO [main][AbstractShell] Close shell Testing shell 07:22:02.090 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:02.095 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:02.095 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:02.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:02.095 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:02.095 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:02.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:02.107 INFO [WorkbenchTestable][RequirementsRunner] Finished test: close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:02.107 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:02.107 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:02.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:02.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:02.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:02.107 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:02.121 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 5 and no matchers specified 07:22:02.121 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:02.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:02.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:02.131 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:02.131 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:02.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:02.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:22:02.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:22:02.632 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:22:02.632 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:22:03.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 5 with specified parent and matchers 07:22:03.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 5is not found 07:22:03.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:03.134 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 5 was not found 07:22:03.134 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:03.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 07:22:03.134 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:03.134 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:03.134 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:03.134 INFO [main][AbstractShell] Close shell Testing shell 07:22:03.134 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:03.139 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:03.139 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:03.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:03.139 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:03.139 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:03.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:03.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:03.145 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:03.145 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:03.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:03.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:03.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:03.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:03.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:03.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "NON_EXISTING_#$") 07:22:03.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:03.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:03.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:03.176 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:03.176 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:03.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:03.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:03.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:03.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:03.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:04.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:04.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:04.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was not found 07:22:04.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:04.179 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:04.179 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:04.179 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:04.179 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:04.179 INFO [main][AbstractShell] Close shell Testing shell 07:22:04.179 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:04.184 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:04.184 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:04.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:04.184 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.184 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.190 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:04.190 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.190 INFO [WorkbenchTestable][RequirementsRunner] Started test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:04.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:04.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.190 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with no referenced composite specified, index 0 and following matchers specified (Matcher matching widgets with text that without mnenomic matches: is "Item 1") 07:22:04.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.218 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:04.218 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.218 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:04.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.218 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:04.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Item 1 07:22:04.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:04.219 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.219 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:04.220 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabFolder with no referenced composite specified, index 0 and no matchers specified 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.220 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:04.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.220 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabFolder and index 0 was found 07:22:04.220 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:04.221 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:04.221 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:04.221 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:04.221 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:04.221 INFO [main][AbstractShell] Close shell Testing shell 07:22:04.221 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:04.225 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:04.225 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:04.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:04.225 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.225 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.239 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) 07:22:04.239 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest 07:22:04.239 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.226 s - in org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest findByIndexAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.041 s close no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.051 s findNonExistingByIndex no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.038 s findNonExistingByLabel no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 1.045 s findByNameAndActivate no-configuration(org.eclipse.reddeer.swt.test.impl.ctab.CTabFolderTest) Time elapsed: 0.049 s Running org.eclipse.reddeer.swt.test.DummyTest 07:22:04.244 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.DummyTest 07:22:04.244 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:04.244 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:22:04.244 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.244 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.245 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.245 INFO [WorkbenchTestable][RequirementsRunner] Started test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.245 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:22:04.245 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.245 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: dummy no-configuration(org.eclipse.reddeer.swt.test.DummyTest) 07:22:04.246 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.DummyTest 07:22:04.246 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.246 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.003 s - in org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest regexMatcherFailureTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0.001 s regexMatcherMatchesEverythingTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s regexMatcherDigitsTest(org.eclipse.reddeer.swt.test.matcher.RegexMatcherTest) Time elapsed: 0 s Running org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.257 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.258 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:04.258 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.258 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.258 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.258 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.259 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.259 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.259 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.259 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.274 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:04.274 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 2 and no matchers specified 07:22:04.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.274 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:22:04.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:22:04.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 2 was found 07:22:04.275 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:04.275 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:04.275 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:04.275 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:04.275 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:04.275 INFO [main][AbstractShell] Close shell Testing shell 07:22:04.275 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:04.278 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:04.278 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:04.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.278 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.278 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.285 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:04.285 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.285 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:04.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.285 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.304 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:04.304 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'PUSH.*tb2') 07:22:04.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:04.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.305 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:04.305 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:04.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 07:22:04.305 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:04.305 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:04.305 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:04.305 INFO [main][AbstractShell] Close shell Testing shell 07:22:04.305 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:04.308 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:04.308 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:04.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:04.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:04.319 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:04.319 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:04.319 INFO [WorkbenchTestable][RequirementsRunner] Started test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:04.319 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:04.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:04.320 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:04.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:04.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:04.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:04.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem with mnemonic") 07:22:04.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:04.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:04.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:04.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:04.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:04.359 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:04.359 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:04.359 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:04.359 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:04.359 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:04.359 INFO [main][AbstractShell] Close shell Testing shell 07:22:04.359 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:04.362 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:04.362 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:04.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:04.362 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:04.362 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:04.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:05.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists failed, NO exception will be thrown 07:22:05.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused... 07:22:06.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is focused failed, NO exception will be thrown 07:22:06.866 INFO [WorkbenchTestable][RequirementsRunner] Finished test: WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:06.867 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:06.867 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:06.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:06.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:06.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:06.867 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:06.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "PUSH tooltip") 07:22:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:06.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:06.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:06.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:06.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:06.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:06.888 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:06.888 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:06.888 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:06.888 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:06.888 INFO [main][AbstractShell] Close shell Testing shell 07:22:06.888 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:06.891 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:06.891 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:06.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:06.891 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:06.891 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.896 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:06.896 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:06.896 INFO [WorkbenchTestable][RequirementsRunner] Started test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:06.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:06.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:06.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:06.896 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:06.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:22:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:06.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:06.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:06.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:06.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found PUSH tooltip 07:22:06.920 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:06.921 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:06.921 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:06.921 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:06.921 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:06.921 INFO [main][AbstractShell] Close shell Testing shell 07:22:06.921 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:06.924 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:06.924 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:06.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:06.924 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:06.924 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) 07:22:06.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolitem.ToolItemTest 07:22:06.940 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:06.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.683 s - in org.eclipse.reddeer.swt.test.toolitem.ToolItemTest constructorWithIndex no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.026 s constructorWithRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.034 s WorkbenchToolItemWithMnemonicTest no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 2.547 s testToolItemTooltip no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.029 s constructorWithRegexWithReferencedComposite no-configuration(org.eclipse.reddeer.swt.test.toolitem.ToolItemTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:06.945 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:06.946 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:06.946 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:06.946 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:06.946 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:06.946 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:06.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:06.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:06.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:06.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:06.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:06.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:06.957 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:06.957 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:06.971 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:06.971 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:06.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:06.971 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:06.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:06.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:06.972 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX]... 07:22:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:22:06.974 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:06.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:07.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:07.475 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:07.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:22:07.478 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:07.478 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:07.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:07.478 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:07.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:07.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:07.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:22:07.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:07.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:07.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:22:07.979 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:07.979 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:07.979 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:07.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, XXX] failed, an exception will be thrown 07:22:07.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:07.979 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:07.979 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:07.980 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:07.980 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:07.980 INFO [main][AbstractShell] Close shell Testing shell 07:22:07.980 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:07.984 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:07.984 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:07.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:07.984 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:07.984 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:08.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:08.001 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:08.001 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:08.001 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:08.001 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:08.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:08.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:08.002 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:08.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:08.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:08.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:08.027 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:08.027 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:08.027 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:08.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:08.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:08.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:22:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:22:08.030 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:08.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:08.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:08.531 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:22:08.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:08.533 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:08.533 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:08.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:22:08.533 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:08.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:09.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:22:09.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 07:22:09.038 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:09.038 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.038 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.038 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:09.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.038 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:09.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem A has children finished successfully 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem AA has children finished successfully 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:09.039 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:22:09.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:09.039 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:22:09.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] finished successfully 07:22:09.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:09.040 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:09.040 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:09.040 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:09.040 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:09.040 INFO [main][AbstractShell] Close shell Testing shell 07:22:09.040 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:09.045 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:09.045 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:09.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:09.045 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:09.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.050 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:09.051 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:09.051 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:09.051 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:09.060 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:09.060 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.077 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.077 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.077 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:09.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:09.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 07:22:09.079 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:09.079 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.080 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.080 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.080 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:09.080 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.080 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A]... 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:09.080 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A] finished successfully 07:22:09.080 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:09.080 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:09.080 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:09.080 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:09.080 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:09.080 INFO [main][AbstractShell] Close shell Testing shell 07:22:09.080 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:09.084 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:09.084 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:09.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:09.084 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:09.084 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.101 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:09.101 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:09.101 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:09.101 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:09.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:09.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:09.102 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:09.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:09.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:09.117 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:09.117 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:09.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:09.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:09.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:09.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:09.118 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA]... 07:22:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:09.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:09.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:09.620 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:10.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:10.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[AA] failed, NO exception will be thrown 07:22:10.121 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:10.121 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:10.121 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:10.121 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:10.121 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:10.121 INFO [main][AbstractShell] Close shell Testing shell 07:22:10.121 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:10.125 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:10.125 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:10.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:10.125 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:10.125 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:10.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:10.131 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:10.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:10.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:10.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:10.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:10.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:10.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:10.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:10.141 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:10.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:10.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:10.163 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:10.163 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:10.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:10.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:10.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:10.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:10.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:10.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 07:22:10.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:10.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:10.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:11.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 07:22:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:11.171 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:11.171 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:11.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:11.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:11.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX]... 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:11.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:11.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:12.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[XXX] failed, NO exception will be thrown 07:22:12.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:12.172 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:12.173 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:12.173 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:12.173 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:12.173 INFO [main][AbstractShell] Close shell Testing shell 07:22:12.173 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:12.178 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:12.178 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:12.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:12.178 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:12.178 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:12.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:12.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:12.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:12.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:12.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:12.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:12.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:12.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:12.221 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:12.221 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:12.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:12.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:12.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:12.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:12.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null... 07:22:13.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item 'null failed, an exception will be thrown 07:22:13.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:13.224 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:13.224 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:13.225 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:13.225 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:13.225 INFO [main][AbstractShell] Close shell Testing shell 07:22:13.225 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:13.229 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:13.229 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:13.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:13.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:13.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:13.246 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:13.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:13.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:13.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:13.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:13.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:13.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:13.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:13.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:13.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:13.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:13.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:13.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:13.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:13.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:13.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:13.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:13.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA]... 07:22:14.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree contains item '[A, AA, AAA] failed, an exception will be thrown 07:22:14.272 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:14.272 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:14.272 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:14.273 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:14.273 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:14.273 INFO [main][AbstractShell] Close shell Testing shell 07:22:14.273 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:14.276 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:14.277 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:14.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:14.277 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:14.277 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:14.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:14.293 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:14.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) 07:22:14.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest 07:22:14.293 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:14.293 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:14.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:14.294 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.349 s - in org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest testTreeContainsItemFailNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.054 s testTreeContainsItemNested no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.049 s testTreeContainsItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 0.05 s testTreeContainsItemSecondLevel no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.03 s testTreeContainsItemInvalid no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 2.066 s testTreeContainsItemNullItem no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.049 s testTreeContainsItemNullTree no-configuration(org.eclipse.reddeer.swt.test.condition.TreeContainsItemTest) Time elapsed: 1.047 s Running org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest 07:22:14.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.318 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:14.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:14.318 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:14.319 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:14.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:14.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:14.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.352 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:14.352 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:14.352 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:14.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:14.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:14.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.386 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:14.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:14.386 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'shell' 07:22:14.387 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'shell' 07:22:14.387 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:14.387 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:14.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:14.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.424 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.425 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:14.425 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:14.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:14.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:14.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:14.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:14.457 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:14.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:14.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:14.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:15.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. failed, an exception will be thrown 07:22:15.959 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:15.959 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:15.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:15.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:15.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:15.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:15.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:15.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:15.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:15.989 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:15.989 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:15.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.016 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.016 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.043 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.043 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.072 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.072 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.095 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.100 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.100 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.133 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.133 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:16.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available.... 07:22:16.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell"] is available. finished successfully 07:22:16.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell 07:22:16.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:16.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:16.167 INFO [WorkbenchTestable][AbstractShell] Close shell shell 07:22:16.167 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell' 07:22:16.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:16.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.876 s - in org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest testGetResultShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.026 s testShellWithText(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.033 s testMinimizeMaximize(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.035 s testWaitUntil(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.05 s testWaitWhile(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 1.524 s testClosedShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.039 s testShellWithMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testGetResultNull(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.028 s testShellWithTextUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.04 s testShellWithLabelMatcherUnavailable(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.016 s testShellWithMatcher(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.034 s testGetResultShell(org.eclipse.reddeer.swt.test.condition.ShellIsAvailableTest) Time elapsed: 0.034 s Running org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.181 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.182 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:16.182 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.182 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.182 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.182 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:16.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.188 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:16.188 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:16.189 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.189 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.189 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:16.278 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:16.278 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.362 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:16.362 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:16.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:16.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:16.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:16.363 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:16.363 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:16.363 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:16.363 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:16.363 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:16.363 INFO [main][AbstractShell] Close shell Testing shell 07:22:16.363 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:16.369 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:16.369 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:16.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.369 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.374 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.375 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:16.467 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:16.467 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:16.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.554 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:16.554 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:16.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:16.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:16.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:16.554 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:16.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:16.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:16.566 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:16.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 07:22:16.566 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:16.567 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:16.567 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:16.567 INFO [main][AbstractShell] Close shell Testing shell 07:22:16.567 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:16.573 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:16.573 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:16.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.573 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.573 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.579 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.579 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.579 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.579 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:16.666 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:16.666 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:16.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:16.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:16.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:16.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:16.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:16.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:16.758 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:16.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 07:22:16.758 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:16.759 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:16.759 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:16.759 INFO [main][AbstractShell] Close shell Testing shell 07:22:16.759 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:16.766 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:16.766 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:16.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.766 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.766 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.782 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.782 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.782 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.782 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:16.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:22:16.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:16.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:16.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:16.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:16.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:22:16.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:22:16.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:16.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:22:16.962 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:16.963 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:16.963 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:16.963 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:16.963 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:16.963 INFO [main][AbstractShell] Close shell Testing shell 07:22:16.963 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:16.969 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:16.969 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:16.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.969 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:16.969 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:16.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:16.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:16.976 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.976 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:16.976 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:16.976 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:16.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:16.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:16.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:17.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.157 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:17.157 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:17.158 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:17.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 07:22:17.159 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:17.159 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:17.159 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:17.159 INFO [main][AbstractShell] Close shell Testing shell 07:22:17.159 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:17.165 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:17.165 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:17.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.165 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:17.165 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:17.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.173 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:17.286 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.380 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:17.380 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.380 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.381 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:17.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:17.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:17.400 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:17.400 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:17.401 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:17.401 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:17.401 INFO [main][AbstractShell] Close shell Testing shell 07:22:17.401 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:17.407 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:17.407 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:17.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.407 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:17.407 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:17.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.425 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.425 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.425 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.425 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.425 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.515 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:17.515 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:17.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:17.601 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:17.601 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.601 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:17.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:17.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:17.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:17.612 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:17.612 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:17.612 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:17.612 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:17.612 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:17.612 INFO [main][AbstractShell] Close shell Testing shell 07:22:17.612 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:17.618 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:17.618 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:17.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.618 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:17.618 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.726 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:22:17.726 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:22:17.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:22:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:22:17.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:22:17.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:17.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:17.821 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:17.821 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:17.821 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:17.821 INFO [main][AbstractShell] Close shell Testing shell 07:22:17.821 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:17.827 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:17.827 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:17.827 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.828 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:17.828 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:17.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.844 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.844 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) 07:22:17.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.condition.TableHasRowsTest 07:22:17.844 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:17.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 s - in org.eclipse.reddeer.swt.test.condition.TableHasRowsTest tableHasRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.185 s tableHasRowOutOfBoundExceptionTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.205 s tableCellColumnNotTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.203 s tableHasNotRows no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.194 s tableHasRowsGetResultNoMatcher no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.197 s tableContainsCellWithTextTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.252 s tableHasRowsGetResult no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.211 s tableCellColumnTest no-configuration(org.eclipse.reddeer.swt.test.condition.TableHasRowsTest) Time elapsed: 0.208 s Running org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:17.857 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:17.858 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:17.858 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:17.858 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.859 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:17.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.859 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:17.859 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.859 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:17.859 INFO [WorkbenchTestable][RequirementsRunner] Started test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:17.859 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:17.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:17.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:17.860 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:17.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 07:22:17.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 07:22:17.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.891 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:22:17.891 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.891 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.891 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:22:17.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available.... 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 1"] is available. finished successfully 07:22:17.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 1 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 07:22:17.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 1" as the parent 07:22:17.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available.... 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Shell 2"] is available. finished successfully 07:22:17.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Shell 2 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:17.894 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 2") 07:22:17.894 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:22:17.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:17.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:22:17.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Shell 1") 07:22:17.895 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Shell 2" as the parent 07:22:17.895 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:17.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:17.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:18.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:18.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:18.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:22:18.896 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was not found 07:22:18.896 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 1 07:22:18.896 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 1' 07:22:18.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:18.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:18.899 INFO [WorkbenchTestable][AbstractShell] Close shell Shell 2 07:22:18.899 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Shell 2' 07:22:18.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:18.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.907 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:18.907 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.907 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.907 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:18.907 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:18.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:18.907 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:18.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:22:18.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 07:22:18.929 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:22:18.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:18.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:18.929 INFO [WorkbenchTestable][AbstractShell] Close shell 07:22:18.930 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:22:18.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:18.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.940 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:18.940 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.941 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:18.941 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:18.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:18.941 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.941 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:18.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:18.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.941 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:18.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:18.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.942 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.942 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:18.942 INFO [WorkbenchTestable][RequirementsRunner] Started test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:18.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:18.942 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:18.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available.... 07:22:18.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "MaxMin"] is available. finished successfully 07:22:18.979 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell MaxMin 07:22:18.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:18.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:18.979 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'MaxMin' 07:22:18.980 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 07:22:18.981 INFO [WorkbenchTestable][ShellHandler] Minimize shell 'MaxMin' 07:22:18.982 INFO [WorkbenchTestable][ShellHandler] Restore shell 'MaxMin' 07:22:18.982 INFO [WorkbenchTestable][AbstractShell] Close shell MaxMin 07:22:18.982 INFO [WorkbenchTestable][ShellHandler] Closing shell 'MaxMin' 07:22:18.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:18.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.991 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:18.991 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:18.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:18.991 INFO [WorkbenchTestable][RequirementsRunner] Finished test: manipulateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.991 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:18.991 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:18.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:18.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:18.991 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:18.992 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:18.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:22:19.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. finished successfully 07:22:19.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:22:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.017 INFO [WorkbenchTestable][AbstractShell] Close shell 07:22:19.017 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:22:19.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:19.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:19.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:19.025 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.025 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.025 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:19.026 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.026 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:19.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:19.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.026 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available.... 07:22:19.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Dummy shell"] is available. finished successfully 07:22:19.064 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Dummy shell 07:22:19.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.064 INFO [WorkbenchTestable][AbstractShell] Close shell Dummy shell 07:22:19.064 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Dummy shell' 07:22:19.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:19.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:19.072 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.072 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.073 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) 07:22:19.073 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.DefaultShellTest 07:22:19.073 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.073 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 s - in org.eclipse.reddeer.swt.test.shell.DefaultShellTest activateShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 1.048 s testEmptyTitleShell no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.034 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.049 s testEmptyTitleShellWithCondition no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.034 s closeShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.DefaultShellTest) Time elapsed: 0.047 s Running org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.080 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.080 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:19.080 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.080 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.081 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.081 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:19.090 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.090 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:19.091 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:22:19.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.091 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.091 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.091 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.092 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:22:19.092 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.092 INFO [WorkbenchTestable][RequirementsRunner] Started test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:22:19.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.092 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.092 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.092 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.092 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 07:22:19.092 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:22:19.092 INFO [WorkbenchTestable][ShellHandler] Restore shell 'data - Eclipse Platform' 07:22:19.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.092 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.092 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.092 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.094 INFO [WorkbenchTestable][RequirementsRunner] Finished test: maximizeWorkbenshShellTest no-configuration(org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest) 07:22:19.094 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.shell.WorkbenchShellTest 07:22:19.094 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.094 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 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 07:22:19.101 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:22:19.102 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:19.102 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.102 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:22:19.102 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.102 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:19.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.143 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:19.143 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.143 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.143 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 07:22:19.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:22:19.143 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.144 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:19.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:22:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:22:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.158 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:19.167 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:19.167 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:19.167 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:19.167 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:19.167 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:19.167 INFO [main][AbstractShell] Close shell Testing shell 07:22:19.167 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:19.170 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:19.170 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:19.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:22:19.170 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.170 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.186 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) 07:22:19.186 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultControlTest 07:22:19.186 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.reddeer.swt.test.widgets.DefaultControlTest defaultControlTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultControlTest) Time elapsed: 0.043 s Running org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.192 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.193 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:19.193 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.193 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.193 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.194 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.194 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.194 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.194 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:19.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:22:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:22:19.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:19.208 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'Testing shell' 07:22:19.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:22:19.216 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:22:19.216 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:22:19.216 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:19.216 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:19.216 INFO [main][AbstractShell] Close shell Testing shell 07:22:19.216 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:22:19.219 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:19.219 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:19.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.219 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.219 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.238 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) 07:22:19.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest 07:22:19.238 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.238 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest defaultWidgetTest no-configuration(org.eclipse.reddeer.swt.test.widgets.DefaultWidgetTest) Time elapsed: 0.044 s Running org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.244 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.245 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:19.245 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.245 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:19.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.245 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:19.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.246 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.246 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.246 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.248 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:22:19.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.251 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.251 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.252 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:22:19.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.254 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:19.254 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:22:19.254 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:22:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:22:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:22:19.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:22:19.268 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.268 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.272 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.272 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.272 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.272 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.275 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.275 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:22:19.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.278 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.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 '\*?\QRedDeer SWT\E') 07:22:19.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:19.280 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:22:19.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:22:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:22:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:22:19.281 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:22:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.282 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:22:19.291 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 07:22:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.292 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.292 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.292 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.292 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.293 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.293 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.295 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:22:19.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.298 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.298 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:22:19.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.324 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.324 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:19.324 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:22:19.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:22:19.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:19.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:22:19.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:22:19.325 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:22:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.326 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:22:19.326 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT ViewToolItem") 07:22:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.326 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 07:22:19.326 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:19.326 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.327 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.328 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.328 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.328 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.328 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E'' is already open. Activate. 07:22:19.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.341 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.342 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QRedDeer SWT\E') 07:22:19.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:19.344 INFO [WorkbenchTestable][AbstractView] Activate view RedDeer SWT 07:22:19.344 INFO [WorkbenchTestable][AbstractCTabItem] Activate RedDeer SWT 07:22:19.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:19.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:22:19.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:22:19.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:22:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.346 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "RedDeer SWT"as the parent 07:22:19.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT View.*') 07:22:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.346 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT ViewToolItem 07:22:19.346 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:19.346 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.346 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.347 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) 07:22:19.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest 07:22:19.347 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.347 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest testViewToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.026 s testToolItemInViewToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.02 s testToolItemInViewToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.035 s testToolItemInViewToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.ViewToolBarTest) Time elapsed: 0.019 s Running org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.353 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.353 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:19.354 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.354 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.354 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:19.358 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.358 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:19.358 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.359 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.359 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "RedDeer SWT WorkbenchToolItem") 07:22:19.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.362 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.362 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 07:22:19.362 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:19.362 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.363 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.363 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.363 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.363 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.363 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.363 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression 'RedDeer SWT Workbench.*') 07:22:19.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.378 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.378 INFO [WorkbenchTestable][AbstractToolItem] Click tool item RedDeer SWT WorkbenchToolItem 07:22:19.378 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:19.378 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.379 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.379 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.379 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.379 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.387 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.387 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.388 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.388 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.388 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.388 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.388 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.388 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:22:19.389 DEBUG [main][MenuItemLookup] Item match:Window 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.389 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:22:19.389 DEBUG [main][MenuItemLookup] Item match:Preferences 07:22:19.390 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:22:19.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:22:19.390 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:22:19.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:22:19.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:22:19.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:22:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.509 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:22:19.509 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.509 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.509 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.509 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.509 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.509 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.510 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:19.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:19.511 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.511 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.511 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:22:19.511 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.511 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.511 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.511 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:22:19.512 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.512 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.512 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.512 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.512 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.512 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 07:22:19.512 DEBUG [main][TreeItemHandler] Selecting tree item: Java 07:22:19.512 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 07:22:19.513 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 07:22:19.513 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and no matchers specified 07:22:19.513 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.562 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.562 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.562 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:22:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.563 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.563 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:22:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.563 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.563 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Back to General 07:22:19.563 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:19.563 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:22:19.567 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.567 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.567 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.568 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.568 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.568 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.568 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.568 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:22:19.568 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.569 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.569 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.570 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:19.570 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:22:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:19.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:19.571 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:19.571 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.593 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.593 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.594 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.594 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.594 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.594 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.594 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.594 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.594 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.595 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:22:19.595 DEBUG [main][MenuItemLookup] Item match:Window 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.595 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:22:19.595 DEBUG [main][MenuItemLookup] Item match:Preferences 07:22:19.595 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:22:19.595 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:22:19.596 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:22:19.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:22:19.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:22:19.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.677 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:22:19.677 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.677 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.677 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.677 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.677 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:19.678 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.678 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.678 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.679 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.679 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and no matchers specified 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.679 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.679 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.679 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.680 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.680 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.680 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.680 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.680 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.680 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:22:19.680 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.680 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.692 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:19.693 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:22:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:19.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:19.693 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:19.693 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.723 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.723 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.723 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.723 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.723 INFO [WorkbenchTestable][RequirementsRunner] Started test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.723 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.724 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.724 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.724 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.725 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.725 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:22:19.725 DEBUG [main][MenuItemLookup] Item match:Window 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:22:19.725 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.726 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:22:19.726 DEBUG [main][MenuItemLookup] Item match:Preferences 07:22:19.726 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:22:19.726 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:22:19.726 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:22:19.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:22:19.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:22:19.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.810 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:22:19.810 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.810 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.810 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.810 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.810 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:19.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:19.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.811 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.812 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.812 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.812 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.812 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.812 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.812 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.812 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.812 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Java 07:22:19.812 DEBUG [main][TreeItemHandler] Selecting tree item: Java 07:22:19.813 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Java about selection 07:22:19.813 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Java 07:22:19.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.863 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.863 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: Matcher matching text to regular expression '.*ack.*') 07:22:19.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:19.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 07:22:19.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:19.868 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:19.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:19.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:19.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:22:19.869 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.872 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:19.873 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:22:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:19.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:19.873 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:19.873 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:19.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:19.899 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:19.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.899 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.899 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:19.899 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:19.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:19.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:19.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:19.900 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:19.900 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.912 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:22:19.912 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:19.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.913 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:19.913 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:22:19.913 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:22:19.913 DEBUG [main][MenuItemLookup] Item match:Window 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:19.914 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:22:19.914 DEBUG [main][MenuItemLookup] Item match:Preferences 07:22:19.914 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:22:19.914 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:22:19.914 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:22:19.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:22:19.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:22:19.996 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:22:19.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:19.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:19.997 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:22:19.997 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:22:19.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:19.997 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:19.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:19.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:19.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:19.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:19.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:19.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:19.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:20.011 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:20.011 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:20.011 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:20.011 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.024 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:20.024 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolBar with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and no matchers specified 07:22:20.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:20.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:20.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:20.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolBar and index 0 was found 07:22:20.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:20.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:20.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:20.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:20.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:20.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:20.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item General 07:22:20.027 DEBUG [main][TreeItemHandler] Selecting tree item: General 07:22:20.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item General about selection 07:22:20.027 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: General 07:22:20.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 "Cancel") 07:22:20.027 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.028 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:22:20.028 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:20.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:20.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.029 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:20.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:20.030 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:22:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:20.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:20.030 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:20.030 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:20.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:20.061 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:20.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.061 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) 07:22:20.061 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest 07:22:20.061 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:20.061 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.061 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.005 s workbenchToolBarRegexTest no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.016 s testToolItemInShellToolBarClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.215 s testToolItemInShellToolBarFound no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.129 s testToolItemInShellToolBarRegexClicked no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.176 s testDefaultToolBar no-configuration(org.eclipse.reddeer.swt.test.toolbar.DefaultToolBarTest) Time elapsed: 0.162 s Running org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:20.069 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:20.070 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:20.070 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:20.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:20.070 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:20.070 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:20.071 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:20.071 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:20.071 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:20.071 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:20.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:20.091 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:20.091 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:20.091 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:22:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:20.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:20.091 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:20.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:20.091 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:20.091 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:20.092 INFO [WorkbenchTestable][Keyboard] Type text "test123" 07:22:20.092 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:20.092 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:20.694 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:20.694 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:22:21.295 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:21.295 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:22:21.896 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:21.896 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:22.497 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:22.497 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 07:22:23.097 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:23.097 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 07:22:23.698 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:23.698 INFO [WorkbenchTestable][Keyboard] As char:3, as int:51 07:22:24.300 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:24.300 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:24.300 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:24.301 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:24.301 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:24.301 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:22:24.301 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:22:24.304 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:24.305 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:24.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:24.305 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:24.305 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:24.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:24.320 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:24.320 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:24.321 INFO [WorkbenchTestable][RequirementsRunner] Started test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:24.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:24.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:24.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:24.321 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:24.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:24.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:24.333 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:24.333 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:22:24.333 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:24.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:24.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:24.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:24.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:24.333 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:24.333 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:22:24.334 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:24.334 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:24.935 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:24.935 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:22:25.536 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:25.536 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:22:26.137 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:26.137 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:26.738 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:22:26.738 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:22:26.939 INFO [WorkbenchTestable][Keyboard] Move cursor 07:22:27.139 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:27.139 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:27.339 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:27.742 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:27.742 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:27.942 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:28.143 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:22:28.344 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 07:22:28.344 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:22:28.544 INFO [WorkbenchTestable][Keyboard] Type character 'x', as int:120 07:22:28.544 DEBUG [WorkbenchTestable][Keyboard] Press character 'x', as int:120 07:22:28.744 DEBUG [WorkbenchTestable][Keyboard] Release character 'x', as int:120 07:22:28.946 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:22:29.146 INFO [WorkbenchTestable][Keyboard] Move cursor 07:22:29.346 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:29.346 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:29.547 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:29.948 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:29.948 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:30.148 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:30.549 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:30.549 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:30.749 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:31.151 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:31.151 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:31.351 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:31.752 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:31.752 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:31.952 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:32.153 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 07:22:32.153 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:22:32.353 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 07:22:32.354 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 07:22:32.554 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 07:22:32.755 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:22:32.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:32.957 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:32.957 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:32.958 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:32.958 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:32.958 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:22:32.958 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:22:32.962 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:32.962 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:32.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:32.962 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:32.962 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:32.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:32.977 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:32.977 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:32.977 INFO [WorkbenchTestable][RequirementsRunner] Started test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:32.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:32.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:32.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:32.977 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:32.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:32.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:32.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:32.987 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:32.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:22:32.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:32.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:32.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:32.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:32.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:32.987 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:32.988 INFO [WorkbenchTestable][Keyboard] Type text "{@Test}" 07:22:32.988 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:32.988 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:22:33.188 INFO [WorkbenchTestable][Keyboard] As char:[, as int:91 07:22:34.190 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:34.190 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:22:34.390 INFO [WorkbenchTestable][Keyboard] As char:2, as int:50 07:22:35.391 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:35.391 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:22:35.592 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:36.593 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:36.593 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:22:37.195 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:37.195 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:22:37.796 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:37.796 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:38.397 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:38.397 INFO [WorkbenchTestable][Keyboard] As char:, as int:131072 07:22:38.597 INFO [WorkbenchTestable][Keyboard] As char:], as int:93 07:22:39.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:39.598 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:39.598 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:39.599 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:39.599 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:39.599 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:22:39.599 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:22:39.603 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:39.603 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:39.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:39.603 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:39.603 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:39.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:39.609 INFO [WorkbenchTestable][RequirementsRunner] Finished test: typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:39.609 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:39.609 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:39.609 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:39.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:39.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:39.632 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:39.633 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:39.633 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:39.633 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:22:39.633 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:39.633 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:39.633 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:39.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:39.633 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:39.633 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:39.633 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:22:39.634 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:39.634 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:40.235 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:40.235 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:22:40.836 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:40.836 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:22:41.437 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:41.437 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:42.038 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:22:42.038 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:22:42.238 INFO [WorkbenchTestable][Keyboard] Move cursor 07:22:42.439 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:42.439 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:42.639 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:43.040 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:43.041 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:43.241 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:43.442 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:22:43.642 INFO [WorkbenchTestable][Keyboard] Type character '', as int:127 07:22:43.642 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:127 07:22:43.843 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:127 07:22:44.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:44.044 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:44.044 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:44.045 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:44.045 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:44.045 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:22:44.045 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:22:44.048 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:44.049 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:44.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:44.049 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:44.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:44.054 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:44.054 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:44.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:44.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:44.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:44.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:44.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:44.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:44.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:44.054 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:44.054 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:22:44.255 INFO [WorkbenchTestable][Keyboard] As char:h, as int:104 07:22:45.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available.... 07:22:45.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Search"] is available. finished successfully 07:22:45.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Search 07:22:45.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:45.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:45.266 INFO [WorkbenchTestable][AbstractShell] Close shell Search 07:22:45.266 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Search' 07:22:45.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:45.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:45.285 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:45.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:45.285 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:45.285 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:45.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:45.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:45.286 INFO [WorkbenchTestable][RequirementsRunner] Finished test: keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:45.286 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:45.286 INFO [WorkbenchTestable][RequirementsRunner] Started test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:45.286 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:45.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:45.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:22:45.309 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:45.309 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Keyboard testing shell" as the parent 07:22:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:45.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:45.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:45.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:45.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:45.309 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:45.310 INFO [WorkbenchTestable][Keyboard] Type text "test" 07:22:45.310 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:45.310 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:45.911 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:45.911 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:22:46.512 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:46.512 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:22:47.113 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:22:47.113 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:22:47.714 INFO [WorkbenchTestable][Keyboard] Select 2 characters to the left 07:22:47.714 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:22:47.915 INFO [WorkbenchTestable][Keyboard] Move cursor 07:22:48.115 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:48.115 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:48.315 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:48.717 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:48.717 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:48.917 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:49.119 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:22:49.319 INFO [WorkbenchTestable][DefaultKeyboard] Write to clipboard 07:22:49.319 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:22:49.519 INFO [WorkbenchTestable][Keyboard] Type character 'c', as int:99 07:22:49.519 DEBUG [WorkbenchTestable][Keyboard] Press character 'c', as int:99 07:22:49.720 DEBUG [WorkbenchTestable][Keyboard] Release character 'c', as int:99 07:22:49.921 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:22:50.121 INFO [WorkbenchTestable][Keyboard] Move cursor 07:22:50.322 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:50.322 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:50.522 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:50.923 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:50.923 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:51.124 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:51.525 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:51.525 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:51.725 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:52.127 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:52.127 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:52.327 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:52.728 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777219 07:22:52.728 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777219 07:22:52.928 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777219 07:22:53.129 INFO [WorkbenchTestable][DefaultKeyboard] Paste from clipboard 07:22:53.129 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:262144 07:22:53.329 INFO [WorkbenchTestable][Keyboard] Type character 'v', as int:118 07:22:53.329 DEBUG [WorkbenchTestable][Keyboard] Press character 'v', as int:118 07:22:53.530 DEBUG [WorkbenchTestable][Keyboard] Release character 'v', as int:118 07:22:53.731 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:262144 07:22:53.931 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available.... 07:22:53.931 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Keyboard testing shell"] is available. finished successfully 07:22:53.931 DEBUG [main][AbstractShell] Set focus to Shell Keyboard testing shell 07:22:53.932 DEBUG [main][AbstractWait] Waiting until shell is active... 07:22:53.932 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:22:53.932 INFO [main][AbstractShell] Close shell Keyboard testing shell 07:22:53.932 INFO [main][ShellHandler] Closing shell 'Keyboard testing shell' 07:22:53.936 DEBUG [main][AbstractWait] Waiting while shell is available... 07:22:53.936 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:22:53.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:53.936 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:53.936 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:53.941 INFO [WorkbenchTestable][RequirementsRunner] Finished test: copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) 07:22:53.941 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.keyboard.KeyboardTest 07:22:53.941 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:53.941 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.874 s - in org.eclipse.reddeer.swt.test.keyboard.KeyboardTest typingTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.249 s cutPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.656 s typingWithShiftTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 6.632 s selectionTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 4.445 s keyCombinationTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 1.232 s copyPasteTest no-configuration(org.eclipse.reddeer.swt.test.keyboard.KeyboardTest) Time elapsed: 8.655 s Running org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.946 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.947 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:53.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:53.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.947 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:53.947 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:53.955 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:53.955 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:53.955 INFO [WorkbenchTestable][RequirementsRunner] Started test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:53.955 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:53.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:53.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:53.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widgets with specified parent and matchers 07:22:53.960 TRACE [WorkbenchTestable][WidgetLookup] 141 widget(s) found 07:22:53.960 INFO [WorkbenchTestable][WidgetResolverTest] Testing 141 widgets for matching children to parent. 07:22:53.962 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] 07:22:53.963 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] 07:22:53.963 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] 07:22:53.963 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] 07:22:53.963 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] 07:22:53.963 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.SashLayout@70225ba5] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.963 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] 07:22:53.964 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}]}] 07:22:53.964 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}] 07:22:53.964 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] 07:22:53.964 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] 07:22:53.964 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] 07:22:53.964 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] 07:22:53.964 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:22:53.964 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:22:53.965 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:22:53.965 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:22:53.965 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Package Explorer} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@4e8765dd] 07:22:53.965 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.965 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.966 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.966 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.969 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.969 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=null, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.969 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.969 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.969 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:22:53.970 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.970 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 07:22:53.970 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Tree {} [layout=null] matches to its parent widget Composite {} [layout=StackLayout {topControl=Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}]}] 07:22:53.970 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {horizontalSpacing=7 verticalSpacing=9}] 07:22:53.970 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Link {There are no projects in your workspace. To add a project:} matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.971 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Hyperlink {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.972 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Package Explorer} 07:22:53.972 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.972 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.972 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] 07:22:53.972 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] 07:22:53.972 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@d6db63e] 07:22:53.972 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] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=5 marginHeight=5 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open a file or drop files here to open them.} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Find Actions} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.973 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+3} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.974 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Show Key Assist} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.974 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+L} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.974 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {New} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.974 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Ctrl+N} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.974 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Open Type} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {Shift+Ctrl+T} matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 makeColumnsEqualWidth=true marginWidth=5 marginHeight=5 horizontalSpacing=10 verticalSpacing=-1}] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Outline} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@7eeb8139] 07:22:53.975 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.976 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.976 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.976 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.976 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.976 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:22:53.976 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}] 07:22:53.977 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] 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Label {There is no active editor that provides an outline.} matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL marginWidth=5 marginHeight=5}] 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Outline} 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.977 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] 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.977 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Problems} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Javadoc} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Declaration} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {Error Log} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CTabItem {RedDeer SWT Controls} matches to its parent widget CTabFolder {} [layout=org.eclipse.swt.custom.CTabFolderLayout@1c761232] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.978 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL wrap=true pack=true fill=false justify=false}] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.command.testCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] matches to its parent widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget ContributedPartRenderer$1 {} [layout=FillLayout {type=SWT.VERTICAL}] 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Problems} 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT} 07:22:53.979 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {Error Log} 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=FillLayout {type=SWT.HORIZONTAL}] matches to its parent widget CTabItem {RedDeer SWT Controls} 07:22:53.980 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] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@74469684] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget CLabel {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {}] matches to its parent widget StatusLine {} [layout=org.eclipse.jface.action.StatusLine$StatusLineLayout@48a3cac8] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {}] matches to its parent widget Composite {} [layout=GridLayout {}] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 07:22:53.980 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressBar {} matches to its parent widget ProgressIndicator {} [layout=StackLayout {}] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Canvas {} [layout=null] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] matches to its parent widget ProgressRegion$1 {} [layout=GridLayout {numColumns=3 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ProgressIndicator {} [layout=StackLayout {topControl=ProgressBar {}}] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=GridLayout {numColumns=2 horizontalSpacing=2 verticalSpacing=5}] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.981 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.982 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] 07:22:53.982 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] 07:22:53.982 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] 07:22:53.982 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] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ImageBasedFrame {} [layout=null] matches to its parent widget Composite {} [layout=org.eclipse.e4.ui.workbench.renderers.swt.TrimBarLayout@410ca583] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=newWizardDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.982 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=save, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=saveAll, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.DebugDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.internal.ui.actions.RunDropDownAction, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.OpenPackageWizard, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.jdt.ui.actions.NewTypeDropDown, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.983 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.reddeer.swt.test.toolbars.sampleCommand, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.debug.ui.actions.SkipAllBreakpoints, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=openType, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.search.OpenSearchDialogPage, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.984 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoPreviousAnnotation, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoLastEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: PluginActionCoolBarContributionItem(id=org.eclipse.ui.edit.text.gotoNextEditPosition, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=backardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: ActionContributionItem(id=forwardHistory, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: Separator(id=pin.group, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.985 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {text: '', data: HandledContributionItem(id=org.eclipse.ui.window.pinEditor, visible=true)} matches to its parent widget ToolBar {} [layout=null] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget Composite {} [layout=GridLayout {marginWidth=3 marginHeight=3 horizontalSpacing=5 verticalSpacing=5}] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginLeft=8 marginRight=8 spacing=3 wrap=true pack=true fill=false justify=false}] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] matches to its parent widget ImageBasedFrame {} [layout=null] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolBar {} [layout=null] matches to its parent widget Composite {} [layout=RowLayout {type=SWT.HORIZONTAL marginRight=4 spacing=3 wrap=true pack=true fill=false justify=false}] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.986 INFO [WorkbenchTestable][WidgetResolverTest] Child widget ToolItem {} matches to its parent widget ToolBar {} [layout=null] 07:22:53.987 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] 07:22:53.987 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] 07:22:53.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.987 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:53.987 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:53.988 INFO [WorkbenchTestable][RequirementsRunner] Finished test: parentMatchesChildrenTest no-configuration(org.eclipse.reddeer.swt.test.WidgetResolverTest) 07:22:53.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.WidgetResolverTest 07:22:53.988 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:53.988 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 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 07:22:53.992 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.swt.test.EditorBarTest 07:22:53.993 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:22:53.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:53.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:22:53.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:53.993 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:22:53.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:53.993 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:22:53.993 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:53.993 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:22:53.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 07:22:53.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:22:53.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:22:53.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:22:53.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:22:53.994 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:53.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:53.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:53.994 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:53.994 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:53.994 DEBUG [main][MenuItemLookup] Item match:File 07:22:53.995 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:22:53.995 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:22:53.997 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:22:53.997 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:22:53.997 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:53.997 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:22:53.997 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'JUnit Test Case' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:53.998 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:22:53.998 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:22:53.998 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:22:53.998 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:22:53.998 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:22:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available.... 07:22:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Select a wizard"] is available. finished successfully 07:22:54.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:22:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:54.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:22:54.076 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:54.076 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:22:54.076 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:54.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:54.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:22:54.079 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:22:54.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:54.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:54.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:22:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:22:54.582 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:22:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:54.582 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:22:54.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:54.582 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:22:54.582 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:22:54.582 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:22:54.582 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:22:54.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:22:54.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 "Next >") 07:22:54.586 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:54.586 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Select a wizard" as the parent 07:22:54.586 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:54.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.586 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:54.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:54.586 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:54.587 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:22:54.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:54.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:54.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:54.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:54.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:22:54.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:22:54.624 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:22:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:54.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:22:54.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:54.625 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 07:22:54.625 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:54.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:54.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:54.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:54.626 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:54.626 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:54.627 INFO [WorkbenchTestable][AbstractText] Text set to: EditorBarTest-test 07:22:54.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 07:22:54.629 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:54.629 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "New Project" as the parent 07:22:54.629 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:54.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:54.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:54.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:54.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:54.630 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:54.631 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:22:54.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:54.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:54.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:54.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:54.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:55.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:22:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:22:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:22:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:22:55.138 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:22:55.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:22:55.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:55.144 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:22:55.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:55.144 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:55.144 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Run' 07:22:55.144 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:22:55.144 DEBUG [main][MenuItemLookup] Item match:Window 07:22:55.145 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:22:55.145 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:22:55.145 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:22:55.145 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:55.145 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:22:55.145 DEBUG [main][MenuItemLookup] Item match:Show View 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Console Shift+Alt+Q C' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Declaration Shift+Alt+Q D' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Javadoc Shift+Alt+Q J' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Package Explorer Shift+Alt+Q P' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Search Shift+Alt+Q S' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Templates' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Type Hierarchy Shift+Alt+Q T' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:55.149 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:22:55.149 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:22:55.150 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:22:55.150 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:22:55.150 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:22:55.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:22:55.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:22:55.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:22:55.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:55.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:55.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 07:22:55.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:55.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:22:55.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:55.203 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:22:55.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:55.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:55.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:22:55.204 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:22:55.204 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:22:55.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:22:55.204 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:22:55.204 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:22:55.204 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:22:55.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:22:55.205 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:22:55.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:55.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:22:55.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:55.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:22:55.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:55.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:22:55.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:55.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:55.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:55.206 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:22:55.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:55.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:55.206 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:55.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:55.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 07:22:55.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 07:22:55.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.248 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:22:55.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:55.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:55.249 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:22:55.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:22:55.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:55.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:55.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:55.250 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:55.250 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:55.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:55.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:22:55.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:22:55.250 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:22:55.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:55.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:55.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:55.252 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:55.252 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:55.252 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:55.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:55.253 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:55.254 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:55.255 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:55.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:55.255 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:55.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:55.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:55.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:55.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:56.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:56.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:22:56.256 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:56.256 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:56.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:56.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:22:56.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:56.259 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 07:22:56.266 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:56.266 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:56.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.267 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:56.267 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:22:56.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.267 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:56.267 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:22:56.267 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:22:56.268 DEBUG [main][TreeItemHandler] Set Tree selection 07:22:56.268 DEBUG [main][TreeHandler] Notify Tree about selection event 07:22:56.281 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:22:56.300 DEBUG [WorkbenchTestable][TreeItemHandler] EditorBarTest-test 07:22:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:56.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:56.300 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:22:56.301 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:56.301 DEBUG [main][MenuItemLookup] Item match:File 07:22:56.301 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:22:56.301 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Java Project' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Package' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Class' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Interface' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Enum' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Record' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Annotation' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Source Folder' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Java Working Set' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:22:56.304 DEBUG [main][MenuItemLookup] Found menu:'File' 07:22:56.304 DEBUG [main][MenuItemLookup] Item match:File 07:22:56.304 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"File" 07:22:56.304 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text File 07:22:56.305 INFO [main][MenuItemHandler] Select menu item: File 07:22:56.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:22:56.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:22:56.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:22:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:56.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:22:56.385 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:56.385 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 07:22:56.385 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:56.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:22:56.387 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:22:56.388 INFO [WorkbenchTestable][AbstractText] Text set to: test.tlb 07:22:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish") 07:22:56.389 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:56.389 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Create New File" as the parent 07:22:56.389 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:56.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.390 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:56.390 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:22:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:56.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:56.390 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:56.390 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:56.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:22:56.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:22:56.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@af1f9ae is found... 07:22:56.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@af1f9ae is found finished successfully 07:22:56.901 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qeditor-with-toolbar\E') 07:22:56.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:56.904 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.904 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=Editor with toolbar example TooltipText=null 07:22:56.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:56.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:56.905 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editor-with-toolbar"as the parent 07:22:56.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.core.lookup.ToolItemLookup$GenericReferencedComposite, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "Execute task") 07:22:56.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:22:56.905 INFO [WorkbenchTestable][AbstractToolItem] Click tool item Execute task 07:22:56.905 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:22:56.905 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:56.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.906 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:22:56.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - editor-with-toolbar - Eclipse Platform 07:22:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:56.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - editor-with-toolbar - Eclipse Platform' 07:22:56.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:22:56.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:56.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:56.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:22:56.909 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:56.909 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:56.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:56.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:56.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:56.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:56.929 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:56.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:56.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:56.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:56.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:56.930 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:56.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:57.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:57.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:57.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:57.931 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:22:57.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:22:57.931 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:22:57.931 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:22:57.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:22:57.932 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:22:57.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:22:57.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:57.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:57.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:57.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:57.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:22:57.933 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name EditorBarTest-test 07:22:57.935 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 07:22:57.935 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 07:22:57.935 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 07:22:57.946 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 07:22:57.947 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:22:57.947 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'New' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:57.993 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:22:57.993 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:22:57.993 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:22:57.993 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:22:57.993 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:22:57.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:22:57.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:22:58.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:22:58.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:22:58.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:22:58.495 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:22:58.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:22:58.495 DEBUG [WorkbenchTestable][AbstractResource] Delete resource'EditorBarTest-test' via Explorer 07:22:58.495 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item EditorBarTest-test 07:22:58.495 DEBUG [main][TreeItemHandler] Selecting tree item: EditorBarTest-test 07:22:58.495 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item EditorBarTest-test about selection 07:22:58.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: EditorBarTest-test 07:22:58.503 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:22:58.503 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:58.527 DEBUG [main][MenuItemLookup] Found menu:'New' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:22:58.528 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:22:58.528 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:22:58.528 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:22:58.528 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:22:58.528 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:22:58.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available.... 07:22:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Delete.*'] is available. finished successfully 07:22:59.166 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:22:59.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:22:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:22:59.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:59.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: 32) 07:22:59.169 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:59.169 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:22:59.169 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:59.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:59.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:59.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:59.170 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:22:59.170 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:22:59.170 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:22:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:59.170 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:59.170 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:59.170 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:22:59.170 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:22:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:59.170 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:22:59.170 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:22:59.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:22:59.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:22:59.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:22:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:22:59.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:22:59.171 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:22:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:22:59.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:22:59.171 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:22:59.171 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:22:59.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:22:59.178 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:22:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:22:59.679 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:22:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:22:59.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:22:59.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:22:59.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:22:59.679 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:22:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:22:59.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:22:59.679 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:59.679 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:59.679 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:22:59.680 INFO [WorkbenchTestable][RequirementsRunner] Finished test: workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) 07:22:59.680 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.swt.test.EditorBarTest 07:22:59.680 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:22:59.680 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:22:59.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:22:59.680 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.688 s - in org.eclipse.reddeer.swt.test.EditorBarTest workbenchToolBarTest no-configuration(org.eclipse.reddeer.swt.test.EditorBarTest) Time elapsed: 5.686 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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.core.test --- [INFO] Resolving class path of RedDeer Core Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.core.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.core.test --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/org.eclipse.reddeer.core.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.core.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.core.test --- [INFO] Fetching com.fasterxml.jackson.core.jackson-databind_2.13.2.v20220426-1653.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.53MB) [INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.82MB) [INFO] Fetching com.sun.jna.platform_5.12.1.v20221103-2317.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (1.44MB) [INFO] Fetching org.apache.commons.lang_2.6.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (277.56kB) [INFO] Fetching org.yaml.snakeyaml_1.33.0.jar from https://download.eclipse.org/oomph/simrel-orbit/nightly/N202306301409/plugins/ (323.94kB) [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.core.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest 07:23:12.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:12.740 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:13.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:13.237 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:13.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:13.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:13.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:13.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:13.258 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:13.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.270 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:13.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:23:13.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:23:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:13.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.339 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:23:13.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3 is found 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.340 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:23:13.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4 is found 07:23:13.344 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:13.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 07:23:13.347 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:13.347 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:13.348 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:13.348 INFO [main][AbstractShell] Close shell Testing shell 07:23:13.348 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:13.368 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:13.368 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:13.719 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:13.719 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.958 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:13.958 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:13.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:13.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:13.965 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:13.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:13.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.968 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:13.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:13.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:13.969 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:13.970 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:23:13.970 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:13.970 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:13.970 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:13.970 INFO [main][AbstractShell] Close shell Testing shell 07:23:13.970 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:13.981 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:13.981 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1is not found 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2is not found 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 3 with specified parent and matchers 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 3is not found 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 4 with specified parent and matchers 07:23:13.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 4is not found 07:23:14.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:14.258 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:14.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:14.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:14.495 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:14.495 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:14.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:14.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:14.502 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:14.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:14.502 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:14.506 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:14.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:14.506 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:14.506 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:14.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:14.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:14.507 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:14.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 07:23:14.507 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:14.508 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:14.508 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:14.508 INFO [main][AbstractShell] Close shell Testing shell 07:23:14.508 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:14.518 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:14.519 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:14.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:14.781 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:15.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:15.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.023 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:15.024 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.024 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.024 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.026 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:15.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 07:23:15.026 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:15.026 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:15.027 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:15.027 INFO [main][AbstractShell] Close shell Testing shell 07:23:15.027 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:15.036 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:15.036 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:15.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:23:15.323 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:15.323 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.557 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.557 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:15.562 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:15.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.562 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:15.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:23:15.564 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.564 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.564 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.564 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.564 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:23:15.565 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 1 and no matchers specified 07:23:15.565 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.565 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.565 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:23:15.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:23:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 1 was found 07:23:15.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:15.569 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:15.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:15.570 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:15.570 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:15.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:15.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:15.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:15.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:15.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:15.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:15.577 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:15.577 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:15.578 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:23:15.578 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:15.578 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:15.578 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:15.578 INFO [main][AbstractShell] Close shell Testing shell 07:23:15.579 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:15.588 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:15.588 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:15.853 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:15.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:16.097 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:16.097 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:16.098 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:16.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:16.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:16.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:16.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:16.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:16.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:16.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:16.106 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:16.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:16.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:16.107 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:16.107 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:16.107 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:23:16.107 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:16.108 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:16.108 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:16.108 INFO [main][AbstractShell] Close shell Testing shell 07:23:16.108 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:16.117 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:16.118 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.989 s - in org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest testIndex(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 1.267 s testNotFoundAfterClose(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.558 s testMatcher(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.537 s testGetResult(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.517 s testParent(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.552 s testSimple(org.eclipse.reddeer.core.test.condition.WidgetIsFoundTest) Time elapsed: 0.53 s Running org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:16.146 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:23:16.147 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:23:16.156 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:23:16.157 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:23:16.178 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:16.228 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:23:16.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:16.231 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:16.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:23:16.233 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:23:16.233 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:23:16.235 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:16.235 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:23:16.237 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:16.237 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:23:16.240 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:16.241 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:16.242 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:16.242 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:16.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:16.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:16.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:16.747 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:17.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:23:17.247 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:17.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:23:17.748 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:18.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is not listed in considered jobs, ignore it 07:23:18.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:23:18.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:23:18.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:23:19.249 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 07:23:19.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:19.250 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:19.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:19.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:19.255 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:19.255 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:19.255 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:19.255 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:19.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:19.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:19.256 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:19.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:19.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:19.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:19.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:19.756 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:20.256 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:20.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:21.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:21.757 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:22.257 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:22.758 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:23.258 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:23.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running failed, an exception will be thrown 07:23:24.265 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' was successfully killed 07:23:24.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:24.266 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:24.266 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:24.267 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:24.267 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:24.267 INFO [WorkbenchTestable][RequirementsRunner] Started test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:24.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:24.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:24.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:24.267 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:24.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:24.768 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:25.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:25.769 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:26.269 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:26.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:27.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:27.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:28.270 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:28.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:29.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:29.771 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:30.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' specified by excludeJobs matchers, skipped 07:23:30.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:23:30.272 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:23:30.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:23:31.272 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' was successfully killed 07:23:31.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:31.272 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:31.272 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:31.273 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:31.273 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:31.273 INFO [WorkbenchTestable][RequirementsRunner] Started test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:31.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:31.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:31.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:31.273 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:31.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:31.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:31.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:31.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:31.774 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:32.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:32.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:32.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:32.775 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:33.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:33.275 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:33.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:33.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:34.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:34.776 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:35.276 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:35.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:36.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:36.777 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:37.277 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:37.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:38.278 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:38.778 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:39.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:39.779 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' has no excuses, wait for it 07:23:40.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:40.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:23:40.279 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:23:40.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:23:41.280 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 07:23:41.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:41.280 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:41.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:41.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:41.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:41.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:41.281 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:41.281 INFO [WorkbenchTestable][RequirementsRunner] Started test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:41.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:41.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:41.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:41.281 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:41.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:41.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:41.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:41.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:41.281 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:41.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:41.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:41.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:41.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:42.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:42.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:42.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:42.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:42.782 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:42.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:42.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:42.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:43.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:43.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:43.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:43.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:43.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' specified by excludeJobs matchers, skipped 07:23:43.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:43.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:43.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:44.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:44.784 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:45.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:45.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:45.284 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:45.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:45.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:45.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:46.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:46.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:46.285 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:46.785 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:46.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:46.786 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_2' has no excuses, wait for it 07:23:47.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' is a system job, skipped 07:23:47.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' specified by excludeJobs matchers, skipped 07:23:47.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is not listed in considered jobs, ignore it 07:23:47.286 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is not listed in considered jobs, ignore it 07:23:47.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:23:48.286 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_3' was successfully killed 07:23:49.286 INFO [WorkbenchTestable][JobTestBase] Job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_4' was successfully killed 07:23:49.286 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:49.287 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:49.287 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:49.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:49.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:49.287 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:49.287 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:49.287 INFO [WorkbenchTestable][RequirementsRunner] Started test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:49.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:49.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:49.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:49.288 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null... 07:23:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until null finished successfully 07:23:49.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:23:49.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:49.788 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:50.288 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:50.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'class org.eclipse.reddeer.core.test.condition.JobIsRunningTest_TEST_JOB_1' has no excuses, wait for it 07:23:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:23:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:23:51.289 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:23:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:23:51.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:51.289 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:51.289 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.290 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) 07:23:51.290 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.JobIsRunningTest 07:23:51.290 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:51.290 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.148 s - in org.eclipse.reddeer.core.test.condition.JobIsRunningTest testConsidered no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 3.013 s testShorterTimeOutThanJobDuration no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 5.012 s testConsideredExcluded no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 7.006 s testNotIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 10.007 s testIgnoredSystemJob no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 8.006 s testSimple no-configuration(org.eclipse.reddeer.core.test.condition.JobIsRunningTest) Time elapsed: 2.003 s Running org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.302 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.304 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:23:51.305 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:51.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:51.305 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:23:51.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:51.305 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:23:51.305 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:51.306 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:51.306 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:23:51.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:51.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:51.306 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:51.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 2 and no matchers specified 07:23:51.560 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:51.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 2 with specified parent and matchers 07:23:51.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 2 is found 07:23:51.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:51.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 2 was found 07:23:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.814 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:23:51.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:23:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:23:51.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:23:51.821 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:51.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 07:23:51.822 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:51.822 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:51.822 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:51.822 INFO [main][AbstractShell] Close shell Testing shell 07:23:51.822 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:51.834 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:51.835 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:51.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.835 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:51.835 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.857 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:23:51.857 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:51.857 INFO [WorkbenchTestable][RequirementsRunner] Started test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:23:51.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:51.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:51.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:51.858 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:51.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:23:51.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:51.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.888 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:23:51.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:51.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:51.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:23:51.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:23:51.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:23:51.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:51.923 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:51.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing shell 07:23:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:51.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:51.935 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:23:51.935 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:23:51.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:52.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:52.438 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:23:52.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:23:52.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:52.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:52.940 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:23:52.941 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item C and wait with time period 1 07:23:52.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item C 07:23:52.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:53.441 INFO [WorkbenchTestable][TreeItemHandler] Expanded: C 07:23:53.441 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:23:53.442 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:23:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:53.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:53.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:23:53.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:23:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:53.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:23:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:53.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:23:53.946 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item B and wait with time period 1 07:23:53.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item B 07:23:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:53.946 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item B is already expanded. No action performed 07:23:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:53.946 INFO [WorkbenchTestable][TreeItemHandler] Expanded: B 07:23:53.946 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:23:53.946 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:23:53.946 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:54.447 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:23:54.447 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:23:54.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:54.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:54.947 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:23:54.948 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item BB and wait with time period 1 07:23:54.948 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item BB 07:23:54.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:55.448 INFO [WorkbenchTestable][TreeItemHandler] Expanded: BB 07:23:55.448 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:23:55.448 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:23:55.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:55.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:55.949 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:23:55.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:23:55.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:55.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:23:55.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:55.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:23:55.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item A and wait with time period 1 07:23:55.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item A 07:23:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:55.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item A is already expanded. No action performed 07:23:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:55.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: A 07:23:55.952 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:23:55.952 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:23:55.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:56.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:56.452 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:23:56.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:23:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:56.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:23:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:56.455 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:23:56.455 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AA and wait with time period 1 07:23:56.455 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AA 07:23:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:56.455 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item AA is already expanded. No action performed 07:23:56.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:56.456 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AA 07:23:56.456 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:23:56.456 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:23:56.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:56.956 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:23:56.956 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:23:56.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:57.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:57.457 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:23:57.457 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAB and wait with time period 1 07:23:57.457 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAB 07:23:57.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:57.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:57.957 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAB 07:23:57.958 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:23:57.958 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:23:57.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:58.458 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:23:58.458 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:23:58.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:58.959 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:23:58.959 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item AAA and wait with time period 1 07:23:58.959 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item AAA 07:23:58.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:23:59.459 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:23:59.459 INFO [WorkbenchTestable][TreeItemHandler] Expanded: AAA 07:23:59.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:23:59.460 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:23:59.460 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:23:59.460 DEBUG [main][AbstractWait] Waiting until shell is active... 07:23:59.460 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:23:59.460 INFO [main][AbstractShell] Close shell Testing shell 07:23:59.460 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:23:59.465 DEBUG [main][AbstractWait] Waiting while shell is available... 07:23:59.465 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:23:59.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:59.465 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:59.465 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:59.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:59.472 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) 07:23:59.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest 07:23:59.472 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:23:59.472 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:23:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:59.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.172 s - in org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest testDisposedTable no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 0.551 s testDisposedTree no-configuration(org.eclipse.reddeer.core.test.condition.WidgetIsDisposedTest) Time elapsed: 7.615 s Running org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest 07:23:59.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available.... 07:23:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Test shell"] is available. finished successfully 07:23:59.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:23:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.506 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:23:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.507 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Test shell 07:23:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.507 INFO [WorkbenchTestable][AbstractShell] Close shell Test shell 07:23:59.507 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Test shell' 07:23:59.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:23:59.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest testActiveShellExistsGetResult(org.eclipse.reddeer.core.test.condition.ActiveShellExistsTest) Time elapsed: 0.035 s Running org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:59.523 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:59.523 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:23:59.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:59.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:59.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:59.524 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:23:59.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:59.524 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:23:59.524 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:59.524 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:23:59.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:23:59.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:23:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:23:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:23:59.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:23:59.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:23:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:23:59.556 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:23:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:23:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:23:59.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:23:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:23:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:23:59.571 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:23:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:23:59.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:23:59.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:23:59.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:23:59.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:23:59.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:23:59.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:23:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:23:59.589 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:23:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:23:59.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:23:59.625 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:23:59.625 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:23:59.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:23:59.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:23:59.644 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:23:59.645 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:23:59.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:23:59.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:23:59.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.646 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:00.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:00.653 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:00.654 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:00.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:00.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:00.654 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:00.654 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:00.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:00.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:00.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:01.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:01.655 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:01.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:01.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:01.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:01.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:01.656 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:01.656 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:01.656 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:01.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:01.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:01.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.156 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:02.657 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:02.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:02.658 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:02.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:02.658 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:02.658 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:02.658 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:02.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:02.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:02.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:03.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:03.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:03.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:03.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:03.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:03.659 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:03.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:03.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:03.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:03.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:03.660 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:03.660 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:03.660 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:03.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:03.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:03.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.661 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:04.661 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:04.661 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:04.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:04.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:04.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:04.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:04.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:04.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:04.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:04.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.162 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:05.663 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:05.663 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:05.663 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:05.663 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:05.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:05.664 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:05.683 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:05.684 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:05.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:05.684 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.184 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:06.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:06.686 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:06.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:06.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:06.686 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:06.687 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:06.687 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:06.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:06.687 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:06.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:06.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:06.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:07.688 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:07.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:07.688 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:07.688 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:07.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:07.688 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:07.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:07.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:07.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:07.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:08.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:08.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:08.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:08.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:09.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:09.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:09.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:09.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:09.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:09.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:09.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:09.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:09.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:09.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:09.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:10.192 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:10.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:10.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:10.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:10.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:10.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:10.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:10.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:10.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:10.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:11.193 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:11.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:11.194 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:11.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:11.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:11.194 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:11.194 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:11.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:11.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:11.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:11.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:12.195 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:12.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:12.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:12.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:12.196 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:12.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:12.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:12.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:12.703 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:12.703 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:13.205 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:13.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:13.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:13.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 07:24:13.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:13.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:13.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:13.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:13.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:13.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:13.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:13.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:13.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:14.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:14.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:14.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:14.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:14.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:14.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:14.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:14.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:14.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:15.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:15.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:15.208 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:15.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:15.209 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:15.209 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:15.209 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:15.209 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:15.209 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:15.209 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:15.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:15.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:15.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:15.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.210 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.210 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:16.210 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:16.210 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:16.210 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:16.210 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:16.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:16.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:16.211 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:16.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:16.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:16.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:16.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:16.711 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.711 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:17.712 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:17.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:17.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:17.712 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:17.712 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:17.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:17.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:17.713 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:17.713 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:17.713 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:17.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:17.713 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.213 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.713 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.714 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:18.714 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:18.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:18.714 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:18.714 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:18.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:18.714 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:18.714 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:18.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:18.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:18.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:19.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:19.729 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:19.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:19.730 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:19.730 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:19.730 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:19.730 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:19.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:19.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:19.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.230 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.231 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.731 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.731 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:20.731 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:20.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:20.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:20.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:20.732 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:20.732 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:20.732 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:20.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:20.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:20.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:21.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:21.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:21.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:21.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:21.733 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:21.733 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:21.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:21.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:21.734 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:21.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:21.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:21.734 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:21.734 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:21.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:21.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:21.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:22.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:22.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:22.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:23.235 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:23.235 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:23.235 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:23.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:23.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:23.236 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:23.236 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:23.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:23.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:23.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:23.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.236 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:24.737 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:24.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:24.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:24.737 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:24.738 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:24.738 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:24.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:24.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:24.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:25.739 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:25.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:25.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:25.739 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:25.739 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:25.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:25.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:25.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:25.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.247 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:26.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:26.749 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:26.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:26.750 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:26.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:26.750 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:26.750 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:26.750 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:26.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:26.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:26.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:27.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:27.752 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:27.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:27.752 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:27.752 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:27.752 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:27.752 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:27.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:27.752 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:27.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:28.753 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:28.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:28.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:28.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:28.754 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:28.754 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:28.754 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:28.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:28.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:28.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:29.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:29.755 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:29.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:29.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:29.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:29.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:29.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:29.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:29.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:29.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:29.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:30.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:30.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:30.757 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:30.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:30.758 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:30.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:30.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:30.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:30.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:30.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:30.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:30.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:31.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:31.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:31.759 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:31.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:31.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:31.759 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:31.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:31.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:31.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:31.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:31.804 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:31.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:31.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:31.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:31.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:32.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:32.305 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:32.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:32.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:32.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:32.806 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:32.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:32.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:32.807 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:32.807 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:32.807 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:32.807 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:32.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:32.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:32.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:32.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:32.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:32.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:32.825 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:32.826 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:32.826 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:32.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:32.826 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:32.832 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:32.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:32.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:32.833 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:33.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:33.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:33.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:33.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:33.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:33.835 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:33.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:33.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:33.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:33.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:33.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:33.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:33.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:33.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:33.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:33.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:33.850 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:33.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:33.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:33.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:33.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:33.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:34.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:34.353 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:34.853 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:34.853 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:34.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:34.853 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:34.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:34.854 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:34.854 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:34.854 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:34.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:34.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:34.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:35.354 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:35.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:35.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:35.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:35.855 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:35.855 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:35.855 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:35.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:35.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:35.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:35.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:35.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:36.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:36.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:36.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:36.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:37.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:37.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:37.357 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:37.357 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:37.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:37.357 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:37.357 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:37.357 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:37.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:37.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:37.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:37.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:37.858 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:38.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:38.358 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:38.358 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:38.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:38.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:38.359 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:38.359 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:38.359 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:38.359 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:38.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:38.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:38.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:38.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:38.866 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:39.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:39.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:39.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:39.369 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:39.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:39.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:39.369 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:39.369 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:39.369 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:39.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:39.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:39.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:39.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:39.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:39.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:39.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:39.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:39.375 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:39.375 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:39.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:39.375 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:39.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:39.876 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:39.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:40.376 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:40.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:40.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:40.376 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:40.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:40.377 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:40.377 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:40.377 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:40.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:40.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:40.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:40.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:41.378 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:41.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:41.378 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:41.378 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:41.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:41.379 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:41.379 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:41.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:41.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:41.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:41.879 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:42.880 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:42.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:42.881 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:42.881 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:42.881 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:42.881 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:42.881 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:42.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:42.881 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:42.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.381 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:43.882 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:43.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:43.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:43.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:43.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:43.883 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:43.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:43.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:43.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:43.889 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.390 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.390 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.890 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.891 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:44.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:44.892 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:44.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:44.892 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.892 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:44.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:44.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:44.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:44.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:44.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:44.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:44.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:44.899 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:44.899 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:44.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:44.899 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:44.901 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:45.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:45.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:45.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:45.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:45.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:45.902 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:45.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:45.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:45.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:45.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:45.903 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:45.903 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:45.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:45.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:45.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:46.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:46.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:46.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:46.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:46.904 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:46.904 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:46.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:46.904 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:46.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:46.905 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:46.905 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:46.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:46.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:46.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:47.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:47.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:47.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:47.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:48.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:48.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:48.406 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:48.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 07:24:48.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:48.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:48.406 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:48.407 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:48.407 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:48.407 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:48.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:48.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:48.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:48.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:48.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:49.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:49.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:49.408 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:49.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:49.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 07:24:49.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:49.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:49.409 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:49.409 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:49.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:49.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:49.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:49.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:49.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:50.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:50.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:50.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:50.417 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:50.417 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:50.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:50.417 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:50.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:50.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:50.418 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:50.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:50.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:50.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:50.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:50.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:50.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:50.423 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:50.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:50.423 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:50.423 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:50.424 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:50.424 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:50.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:50.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:50.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:50.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:50.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:51.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:51.424 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:51.924 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:51.924 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:51.925 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:51.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 07:24:51.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:51.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 07:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:51.925 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:51.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:51.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:52.426 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:52.426 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:52.926 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:52.926 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:52.926 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:52.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:52.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 07:24:52.927 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:52.927 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:52.927 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:52.927 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:24:52.927 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:52.927 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:52.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:52.927 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:53.427 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:53.427 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:53.927 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:53.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:53.928 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:24:53.928 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:53.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 07:24:53.928 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:53.928 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:24:53.928 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:53.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:53.928 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:53.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:54.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:54.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:54.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:54.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:54.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:54.929 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:54.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.... 07:24:54.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 07:24:54.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:54.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:54.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:54.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 07:24:54.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:54.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:54.934 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:54.959 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:54.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:54.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:54.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:55.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:55.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:55.960 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:55.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:55.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:55.962 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:55.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:55.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:55.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:55.963 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:55.963 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:55.963 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:55.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:55.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:55.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:55.968 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:55.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:24:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:24:55.969 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:24:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:55.969 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:55.969 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:55.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:55.969 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:24:55.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:55.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:55.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:55.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:56.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:56.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:56.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:56.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:56.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:56.989 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:24:56.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:24:56.989 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:56.990 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:56.990 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:24:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:56.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:56.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:24:56.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:24:56.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:24:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:24:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:24:56.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:24:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:56.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:56.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:56.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:56.996 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:24:56.996 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:56.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:56.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:56.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:57.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:57.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:57.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:57.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:58.496 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:58.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:58.497 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:24:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:24:58.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:24:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:24:58.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:24:58.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:24:58.497 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:24:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:24:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:24:58.498 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:24:58.498 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:24:58.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:24:58.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:58.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:58.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:58.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:59.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:59.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:59.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:24:59.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:24:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:24:59.999 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:24:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:24:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:24:59.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:24:59.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:00.000 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:00.000 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:00.000 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:00.000 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:00.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:00.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:00.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:00.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:00.003 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:00.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:00.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:00.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:00.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:00.004 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:00.005 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:00.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:00.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:00.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:00.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:00.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:01.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:01.006 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:01.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:01.007 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:01.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:01.008 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:01.008 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:01.008 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:01.008 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:01.008 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:01.008 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:01.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:01.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:01.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:01.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:01.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:01.021 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:01.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:01.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:01.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 07:25:01.022 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:01.022 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:01.022 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:01.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:01.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:01.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:01.522 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:01.522 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:02.022 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:02.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:02.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:02.523 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:02.523 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:02.523 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:02.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:02.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 07:25:02.524 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:02.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:02.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:02.524 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:02.524 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:02.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:02.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:02.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:03.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:03.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:03.524 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:03.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:04.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:04.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:04.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:04.025 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:04.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:04.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:04.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:04.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:04.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:04.026 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:04.026 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:04.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:04.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:04.026 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:04.026 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:04.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:04.026 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:04.026 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:04.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:04.026 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:04.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:04.029 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:04.029 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:04.029 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:04.029 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:04.029 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:04.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:04.029 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:04.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:04.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:04.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:05.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:05.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:05.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:05.031 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:05.031 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:05.031 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:05.031 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:05.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:05.052 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:05.052 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:05.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:05.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:05.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:05.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:05.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:06.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:06.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:06.055 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:06.055 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:06.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:06.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:06.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:06.056 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:06.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:06.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:06.056 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:06.056 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:06.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:06.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:06.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:06.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:06.062 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:06.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:06.062 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:06.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:06.063 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:06.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:06.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:06.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:06.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:06.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:06.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:07.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:07.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:07.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:07.066 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:07.066 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:07.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 07:25:07.066 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:07.066 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:07.066 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:07.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:07.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:07.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:07.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:07.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:08.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:08.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:08.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:08.067 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:08.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:08.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:08.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 07:25:08.068 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:08.068 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:08.068 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:08.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:08.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:08.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:08.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:08.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:08.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:08.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:08.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:08.072 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:08.072 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:08.072 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:08.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:08.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:08.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:08.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:08.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:09.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:09.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:09.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:09.073 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:09.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:09.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:09.073 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:09.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:09.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:09.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:09.074 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:09.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:09.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:09.074 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:09.074 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:09.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:09.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:09.097 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:09.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:09.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:10.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:10.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:10.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:10.100 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:10.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:10.100 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:10.100 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:10.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:10.100 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:10.100 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:10.101 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:10.101 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:10.106 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:10.106 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:10.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:10.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:10.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:10.106 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:10.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:10.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:10.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:10.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:10.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:10.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:10.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:10.610 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:10.610 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:11.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:11.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:11.110 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:11.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:11.111 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:11.111 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:11.111 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:11.111 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:11.111 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:11.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:11.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:11.111 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:11.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:11.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:12.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:12.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:12.112 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:12.112 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:12.112 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:12.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 07:25:12.113 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:12.113 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:12.113 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:12.113 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:12.113 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:12.113 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:12.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:12.116 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:12.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:12.116 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:12.116 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:12.116 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:12.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:12.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:12.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:12.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:12.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:13.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:13.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:13.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:13.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:13.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:13.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 07:25:13.120 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:13.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 07:25:13.120 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:13.120 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:13.120 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:13.120 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:13.120 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:13.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:13.642 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:13.642 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:14.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:14.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:14.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:14.144 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:14.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:14.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:14.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:14.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:14.145 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:14.145 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:14.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:14.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:14.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:14.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:14.151 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:14.151 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:14.151 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:14.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:14.151 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:14.152 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:14.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:14.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:14.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:14.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:14.671 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:15.171 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:15.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:15.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:15.172 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:15.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:15.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 07:25:15.173 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:15.173 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:15.173 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:15.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:15.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:15.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:15.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:15.179 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:15.179 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:15.179 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:15.179 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:15.179 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:15.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:15.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:15.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:15.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:15.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:16.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:16.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:16.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:16.180 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:16.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:16.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:16.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:16.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:16.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:16.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:16.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:16.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:16.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:16.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:16.185 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:16.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 07:25:16.185 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:16.185 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:16.185 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:16.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:16.185 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:16.185 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:16.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:16.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:16.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:16.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:16.189 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:16.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:16.196 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:16.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:16.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:16.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:16.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:16.697 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:16.697 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:17.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:17.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:17.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:17.199 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:17.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:17.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 07:25:17.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:17.199 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:17.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:17.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:17.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:17.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:17.199 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:17.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:17.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:17.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 07:25:17.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:17.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:17.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:17.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:17.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:17.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:17.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:17.706 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:18.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:18.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:18.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:18.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:18.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:18.207 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:18.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:18.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:18.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:18.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:18.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:18.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:18.210 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:18.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:18.211 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:18.211 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:18.211 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:18.211 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:18.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:18.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:18.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:18.712 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:18.712 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:19.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:19.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:19.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:19.214 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:19.214 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:19.214 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:19.214 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:19.214 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:19.215 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:19.215 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:19.215 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:19.215 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:19.215 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:19.215 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:19.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 07:25:19.222 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:19.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 07:25:19.223 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:19.223 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:19.223 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:19.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:19.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:19.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:19.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:19.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:20.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:20.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:20.224 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:20.224 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:20.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:20.224 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:20.224 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:20.225 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:20.225 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:20.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:20.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:20.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:20.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:20.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:20.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:20.228 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:20.228 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:20.228 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:20.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:20.228 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:20.228 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:20.228 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:20.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:20.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 07:25:20.229 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:20.229 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:20.229 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:20.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:20.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:20.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:20.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:20.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:21.229 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:21.229 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:21.230 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:21.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.... 07:25:21.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. finished successfully 07:25:21.230 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:21.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:21.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 07:25:21.231 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:21.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:21.238 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:21.238 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:21.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:21.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:21.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:21.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:21.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:22.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:22.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:22.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:22.241 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:22.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:22.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:22.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:22.242 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:22.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:22.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:22.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:22.242 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:22.249 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:22.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:22.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 07:25:22.250 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:22.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:22.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:22.250 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:22.250 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:22.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:22.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:22.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:22.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:22.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:23.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:23.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:23.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:23.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:23.751 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:23.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:23.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:23.751 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:23.751 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:23.751 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:23.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:23.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:23.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:23.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:23.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:23.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:23.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:23.755 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:23.755 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:23.755 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:23.755 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:23.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:23.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:23.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:23.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:23.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:23.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:23.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:23.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:23.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:23.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:23.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:24.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:24.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:24.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:24.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:24.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:24.757 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:24.760 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:24.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:24.760 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:24.760 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:24.760 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:24.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:24.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:24.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:25.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:25.267 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:25.767 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:25.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:25.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:25.768 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:25.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:25.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:25.768 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:25.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:25.769 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:25.769 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:25.769 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:25.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:25.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:25.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:25.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:25.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:25.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:25.774 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:25.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:25.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:25.774 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:25.774 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:25.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:25.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:25.775 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:25.779 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:25.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:25.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:25.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:26.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:26.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:26.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:26.782 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:26.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:26.782 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:26.783 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:26.783 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:26.783 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:26.783 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:26.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:26.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:26.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:26.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:26.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:26.789 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:26.789 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:26.789 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:26.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:26.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:26.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:26.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:26.792 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:26.793 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:26.793 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:26.793 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:26.793 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:26.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:26.793 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:26.793 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:26.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:26.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:26.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:26.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:26.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:26.796 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:26.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:26.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:26.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:26.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:27.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:27.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:27.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:27.799 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:27.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:27.799 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:27.799 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:27.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:27.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:27.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:27.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:27.805 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:27.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:27.805 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:27.805 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:27.805 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:27.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:27.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.807 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:27.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:27.807 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:27.808 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:27.808 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:27.808 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:27.808 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:27.808 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:27.808 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:27.808 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:27.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:27.809 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:27.809 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:27.809 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:27.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:27.840 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:27.840 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:27.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:27.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:27.840 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:28.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:28.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:28.841 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:28.841 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:28.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:28.842 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:28.842 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:28.842 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:28.842 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:28.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:28.843 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:28.843 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:28.843 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:28.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:28.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:28.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:28.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:28.856 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:28.856 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:28.856 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:28.856 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:28.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:28.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:28.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:28.856 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:28.858 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:28.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:28.858 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:28.858 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:28.858 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:28.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:28.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:28.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:29.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:29.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:29.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:29.861 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:29.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:29.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:29.862 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:29.862 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:29.862 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:29.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:29.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:29.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:29.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:29.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:29.870 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:29.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:29.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:29.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 07:25:29.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:29.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:29.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:29.871 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:29.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:29.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:29.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:29.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:29.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:29.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:29.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:29.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:29.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:29.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:29.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:29.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.875 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:29.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:29.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:29.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:29.893 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:29.893 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:29.893 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:29.893 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:29.893 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:29.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:29.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:29.893 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:29.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:29.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:29.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 07:25:29.896 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:29.896 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:29.896 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:29.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:29.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:29.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:30.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:30.396 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:30.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:30.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:30.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:30.897 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:30.900 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:30.900 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:30.900 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:30.900 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:30.900 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:30.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:30.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:30.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:31.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:31.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:31.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:31.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:31.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:31.907 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:31.908 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:31.908 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:31.908 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:31.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:31.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:31.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:31.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:31.913 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:31.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:31.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:31.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:31.917 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:31.917 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:31.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:31.917 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:31.918 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:32.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:32.918 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.919 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:32.919 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:32.920 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:32.920 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:32.920 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:32.920 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:32.920 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:32.920 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:32.920 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.920 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:32.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:32.920 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:32.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:32.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:32.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 07:25:32.933 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:32.933 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:32.933 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:32.933 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.933 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:32.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:32.933 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:32.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:32.935 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:32.935 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:32.935 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:32.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:32.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:32.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:32.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 07:25:32.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:32.936 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:32.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:32.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:32.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:32.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 07:25:32.936 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:32.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:32.937 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:32.937 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:32.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:32.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:32.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:33.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.465 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:33.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:33.966 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:33.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:33.967 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:33.967 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:33.967 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:33.967 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:33.967 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:33.967 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:33.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:33.967 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:33.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:33.980 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:33.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:33.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:33.980 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:33.980 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:33.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:33.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:33.980 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:33.982 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:33.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 07:25:33.982 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:33.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:33.983 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:33.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:33.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.983 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:33.983 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:33.983 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:33.983 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:33.983 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:33.983 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:33.983 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:33.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:33.983 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:33.984 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:34.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:34.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:34.984 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:34.985 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:34.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:34.986 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:34.986 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:34.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:34.986 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:34.986 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:34.987 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:34.987 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:34.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:34.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:34.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:34.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:34.992 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:34.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:34.993 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:34.993 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:34.993 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:34.993 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:34.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:34.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:34.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:34.993 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:34.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:34.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:34.995 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:34.995 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:34.995 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:34.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:34.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:34.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:35.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:35.496 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:35.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:35.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:35.997 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:35.998 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:35.998 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:35.998 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:35.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:35.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:35.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:35.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:35.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:36.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.010 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:36.010 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.010 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:36.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:36.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:36.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:36.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:36.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:36.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 07:25:36.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.013 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:36.013 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.013 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:36.013 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:36.013 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.013 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:36.013 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:36.013 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:36.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:36.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.017 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:36.017 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:36.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:36.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:36.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:36.018 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.018 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:36.018 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.018 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:36.018 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:36.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:36.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:36.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:36.021 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 07:25:36.021 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 07:25:36.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:36.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:36.024 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 07:25:36.024 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 07:25:36.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:36.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:36.027 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 07:25:36.027 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 07:25:36.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:36.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:36.030 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 07:25:36.030 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 07:25:36.032 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:36.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:36.037 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 07:25:36.037 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 07:25:36.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:25:36.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:25:36.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:25:36.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:25:36.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:25:36.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:25:36.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:25:36.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:25:36.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:25:36.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:25:36.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:25:36.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:25:36.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:36.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:36.079 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:36.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.079 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:36.093 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:36.093 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.098 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:36.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:36.100 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:36.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.100 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:36.131 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:36.143 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:36.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:36.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:36.145 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:36.145 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:36.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:36.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:36.173 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:36.174 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:36.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:36.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:36.674 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:36.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:37.175 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:37.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:37.175 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:37.176 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:37.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:37.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:37.177 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:37.177 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:37.177 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:37.177 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:37.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:37.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:37.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:37.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:37.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:38.177 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:38.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:38.178 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:38.178 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:38.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 07:25:38.178 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:38.178 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:38.178 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:38.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:38.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:38.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:38.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:38.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:39.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:39.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:39.179 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:39.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:39.180 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:39.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:39.180 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:39.180 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:39.180 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:39.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:39.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:39.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:39.680 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:39.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:40.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:40.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:40.181 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:40.181 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:40.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:40.181 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:40.181 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:40.181 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:40.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:40.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:40.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:40.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:40.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:41.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:41.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:41.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:41.182 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:41.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:41.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 07:25:41.183 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:41.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:41.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:41.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:41.183 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:41.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:41.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:41.183 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:41.183 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:41.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:41.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:41.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:41.683 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:41.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:42.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:42.184 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:42.184 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:42.184 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:42.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:42.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:42.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:42.187 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:42.187 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:42.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:42.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:42.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:42.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:42.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:43.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:43.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:43.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:43.190 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:43.190 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:43.190 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:43.190 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:43.190 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:43.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:43.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:43.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:43.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:43.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:44.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:44.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:44.191 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:44.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:44.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:44.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:44.192 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:44.192 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:44.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:44.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:44.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:44.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:44.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:44.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:45.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:45.193 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:45.193 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:45.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 07:25:45.193 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:45.193 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:45.193 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:45.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:45.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:45.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:45.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:46.194 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:46.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:46.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:46.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:46.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:46.195 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:46.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:46.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:46.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:46.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:46.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:47.196 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:47.196 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:47.196 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:47.196 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:47.196 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:47.196 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:47.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:47.196 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.197 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:47.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:47.197 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:47.199 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:47.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 07:25:47.199 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:47.199 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:47.199 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:47.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:47.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:47.700 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:47.700 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:48.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:48.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:48.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:48.201 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:48.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:48.202 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:48.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:48.202 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:48.202 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:48.202 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:48.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:48.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:48.202 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:48.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:48.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:49.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:49.203 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:49.203 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:49.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 07:25:49.203 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:49.203 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:49.203 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:49.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:49.203 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.203 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:49.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:49.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:50.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.204 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:50.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:50.204 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:50.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:50.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:50.205 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:50.205 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:50.205 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:50.205 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:50.205 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:50.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:50.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:50.705 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:50.705 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:51.205 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:51.206 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:51.206 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:51.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 07:25:51.206 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:51.206 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:51.206 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:51.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:51.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:51.706 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:51.707 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:52.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:52.207 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:25:52.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:25:52.207 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:52.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:52.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:52.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:25:52.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:52.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:52.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:52.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:52.212 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:52.212 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:52.212 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:52.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:52.212 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:52.217 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:52.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:52.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.232 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:52.732 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:52.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:53.233 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.233 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:53.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:53.234 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:53.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:53.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:53.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 07:25:53.235 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:53.235 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:53.235 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:53.235 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:53.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:53.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:54.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:54.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:54.240 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:54.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:54.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:54.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 07:25:54.241 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:54.241 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:54.241 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:54.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:54.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:54.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:54.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:55.242 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:25:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:25:55.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:25:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:55.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:55.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:55.242 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:55.243 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:25:55.243 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:55.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:55.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:55.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:55.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:56.744 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:25:56.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:25:56.744 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:56.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:56.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:56.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:25:56.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:56.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:25:56.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:25:56.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:25:56.748 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:56.748 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:56.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:56.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:56.749 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:25:56.749 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:56.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:56.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:56.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:57.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:57.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:57.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:57.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:57.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:57.756 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:25:57.756 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:57.756 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:57.756 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:57.756 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:25:57.756 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:57.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:57.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:57.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.757 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:58.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:25:58.757 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:25:58.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:25:58.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:25:58.757 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:25:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:25:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:25:58.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:25:58.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:25:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:25:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:25:58.758 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:25:58.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:25:58.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:25:58.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:58.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:59.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.258 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:25:59.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:25:59.758 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.259 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:00.259 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:00.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:26:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:26:00.264 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:26:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:00.264 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:00.264 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:00.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:00.265 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:26:00.265 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:00.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:00.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:00.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:00.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.265 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.265 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:01.766 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:26:01.766 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:01.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:01.766 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:01.766 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:26:01.766 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:01.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:26:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:26:01.770 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:26:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:01.770 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:01.770 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:01.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:01.771 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:26:01.771 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:01.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:01.771 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:26:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:26:01.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:01.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:01.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:01.777 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:01.777 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:01.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:01.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:01.777 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:26:01.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:01.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:01.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:01.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.297 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.797 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:02.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:02.798 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:26:02.798 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:02.798 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:02.798 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:02.798 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:26:02.798 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:02.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:02.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:02.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:02.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:26:02.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:26:02.804 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:02.804 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:02.804 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:02.804 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:26:02.804 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:02.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:02.804 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:02.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.809 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.810 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:03.810 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:26:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:26:03.810 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:26:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:03.810 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:03.810 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:03.810 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:03.811 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:26:03.811 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:03.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:03.811 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:03.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:26:03.816 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:03.816 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:03.816 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:26:03.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:03.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:03.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:03.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:04.316 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.316 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:04.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:04.817 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:26:04.817 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:04.817 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:04.817 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:04.817 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:26:04.817 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:04.817 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:04.817 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:04.817 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.317 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.318 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.818 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:05.818 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:05.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:26:05.819 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:05.819 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:05.819 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:05.819 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:26:05.819 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:05.819 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:05.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:26:05.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:26:05.821 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:05.822 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:05.822 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:05.822 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:26:05.822 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.822 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.822 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:05.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:05.822 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:05.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:26:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:26:05.827 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:05.827 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:05.827 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:05.827 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:05.833 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:26:05.833 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:05.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:05.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:05.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:06.334 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:06.834 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:06.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:06.836 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:26:06.836 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:06.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:06.836 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.836 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:26:06.836 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:06.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:06.837 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:06.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:26:06.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:26:06.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:26:06.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:06.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:06.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:06.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:06.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.846 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:26:06.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:06.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:06.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:06.846 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:26:06.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:06.847 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:06.847 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:06.848 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:26:06.848 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:06.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:06.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:06.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:07.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:07.874 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:26:07.874 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:07.874 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:07.874 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:07.874 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:26:07.874 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:07.875 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:26:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:26:07.879 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:26:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:07.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:07.880 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:07.880 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:26:07.880 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:07.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:26:07.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:07.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 07:26:07.882 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:07.882 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:26:07.882 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:07.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:07.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:07.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.382 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.382 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.882 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:08.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:08.883 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:08.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available.... 07:26:08.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell2"] is available. finished successfully 07:26:08.883 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell2 07:26:08.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:08.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:08.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:08.884 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell2" as the parent 07:26:08.884 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.884 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:08.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available.... 07:26:08.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell1"] is available. finished successfully 07:26:08.887 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell1 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:08.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:08.887 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:08.887 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell1" as the parent 07:26:08.887 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.887 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:08.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:08.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available.... 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "data - Eclipse Platform"] is available. finished successfully 07:26:08.891 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:08.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 07:26:08.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:08.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:08.892 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Project Explorer"as the parent 07:26:08.892 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:08.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:08.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:08.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:09.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:26:09.898 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was not found 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available.... 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell3"] is available. finished successfully 07:26:09.898 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell3 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:09.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:09.898 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:09.898 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell3" as the parent 07:26:09.898 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:09.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.899 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.899 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.899 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available.... 07:26:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell4"] is available. finished successfully 07:26:09.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell4 07:26:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:09.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:09.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:09.903 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:09.904 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell4" as the parent 07:26:09.904 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:09.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available.... 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "shell5"] is available. finished successfully 07:26:09.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell shell5 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:09.905 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.StyledText with no referenced composite specified, index 0 and no matchers specified 07:26:09.905 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:09.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "shell5" as the parent 07:26:09.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:09.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:09.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:09.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:09.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.StyledText and index 0 was found 07:26:09.906 INFO [WorkbenchTestable][AbstractShell] Close shell shell1 07:26:09.906 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell1' 07:26:09.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:09.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:09.909 INFO [WorkbenchTestable][AbstractShell] Close shell shell2 07:26:09.909 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell2' 07:26:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:09.911 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:09.911 INFO [WorkbenchTestable][AbstractShell] Close shell shell3 07:26:09.911 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell3' 07:26:09.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:09.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:09.913 INFO [WorkbenchTestable][AbstractShell] Close shell shell4 07:26:09.913 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell4' 07:26:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:09.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:09.914 INFO [WorkbenchTestable][AbstractShell] Close shell shell5 07:26:09.914 INFO [WorkbenchTestable][ShellHandler] Closing shell 'shell5' 07:26:09.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:09.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:09.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:26:09.930 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:09.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:09.930 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) 07:26:09.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest 07:26:09.930 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:09.930 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:09.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.408 s - in org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest testShellContainsStyledText no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 96.524 s testShellGetResult no-configuration(org.eclipse.reddeer.core.test.condition.ShellMatchingMatcherIsAvailableTest) Time elapsed: 33.882 s Running org.eclipse.reddeer.core.test.DummyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.workbench.test --- [INFO] Resolving class path of RedDeer Workbench Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.workbench.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.workbench.test --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.workbench.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.workbench.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/org.eclipse.reddeer.workbench.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.workbench.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.workbench.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:19.540 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:26:19.542 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:26:19.551 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:26:19.552 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:26:19.573 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:19.641 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:26:19.643 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:19.647 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:19.649 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:26:19.650 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:26:19.658 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:26:19.662 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:19.662 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:26:19.727 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:19.727 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:26:19.731 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:19.731 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:26:19.746 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:19.747 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:19.749 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:19.749 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:19.750 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:19.750 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:19.755 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:19.760 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:19.763 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:19.766 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:19.766 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:19.766 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:19.766 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:19.767 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:19.767 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:19.767 DEBUG [main][MenuItemLookup] Item match:Window 07:26:19.770 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:19.770 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:19.771 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:26:19.771 DEBUG [main][MenuItemLookup] Item match:Preferences 07:26:19.774 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:26:19.774 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:26:19.776 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:26:20.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:26:20.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:26:20.044 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:26:20.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:20.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:20.059 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:26:20.059 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:20.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:26:20.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:20.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:20.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:20.081 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:20.094 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:20.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:26:20.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:20.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.137 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:20.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:20.141 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:26:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:20.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:20.143 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:20.143 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:20.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:20.227 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:20.228 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:20.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:20.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:20.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:20.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:20.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:20.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:20.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:20.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:20.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:26:20.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:20.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.249 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:20.249 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:20.251 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:20.251 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:20.257 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:20.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:20.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:20.258 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:20.260 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 07:26:20.260 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 07:26:20.260 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:20.262 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:20.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:20.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:20.344 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:20.346 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:20.349 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:20.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:20.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:20.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:20.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:20.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:20.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:20.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:20.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:20.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:20.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:20.366 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:26:20.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:20.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:20.367 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:20.368 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:20.368 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:20.368 DEBUG [main][MenuItemLookup] Item match:Window 07:26:20.369 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:20.369 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:20.369 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:20.369 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:20.369 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:20.369 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:20.378 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:20.379 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:20.379 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:20.389 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:20.390 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:20.390 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:20.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:20.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:20.460 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:20.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:20.462 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:20.462 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:20.462 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:20.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:20.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:20.463 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:20.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:20.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:20.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:20.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:20.969 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:20.973 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:20.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:20.976 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:20.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:20.976 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:20.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:20.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:20.977 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:26:20.977 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:26:20.978 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:26:20.979 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:26:20.979 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:20.979 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:20.979 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:20.979 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:20.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:20.981 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:20.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:20.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:20.981 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:20.981 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:20.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:20.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:20.982 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:20.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:20.982 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:20.983 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:20.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:20.983 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:20.983 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:20.983 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:21.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:21.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:21.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.070 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.070 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:21.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:26:21.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.071 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.073 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:21.073 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:21.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:21.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:21.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:21.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:21.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:21.075 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:21.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:21.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:21.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:21.077 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:26:21.077 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:26:21.077 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:21.077 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:21.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:21.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:21.143 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:21.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:21.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.144 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:21.144 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:21.145 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:21.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:21.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:21.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:21.145 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:21.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:21.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:21.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:21.156 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:26:21.156 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:21.156 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:21.156 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:21.157 DEBUG [main][MenuItemLookup] Item match:Window 07:26:21.157 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:21.158 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:21.158 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:21.158 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.158 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:21.158 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.161 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:21.162 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:21.170 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:21.171 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:21.171 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:21.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:21.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:21.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:21.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.251 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:21.251 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:21.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.252 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:21.252 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.252 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:21.253 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:21.253 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:21.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:21.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:21.254 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:21.254 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:21.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:21.254 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:21.254 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:26:21.254 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:26:21.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:26:21.255 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:26:21.255 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.255 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:21.255 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:21.255 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:21.256 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:21.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.256 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:21.256 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:21.258 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:21.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:21.258 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:21.258 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:21.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:21.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:21.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.369 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:21.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:26:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:21.371 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:21.371 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:21.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:21.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:21.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:21.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:21.373 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:26:21.373 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:21.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:21.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:26:21.384 INFO [WorkbenchTestable][AbstractView] Close view 'Project Explorer' 07:26:21.384 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Project Explorer 07:26:21.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:26:21.385 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:21.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:21.425 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:21.426 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:21.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.433 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) 07:26:21.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest 07:26:21.434 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:21.434 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:21.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s - in org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest testCloseNonInstantiatedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.119 s testCloseClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.793 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.impl.WorkbenchViewTest) Time elapsed: 0.288 s Running org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:21.459 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:21.460 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:26:21.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:21.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:21.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:21.461 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:26:21.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:21.462 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:26:21.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:21.462 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:26:21.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.*'] 07:26:21.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:21.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.*'] 07:26:21.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:21.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:21.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:21.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:21.463 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:21.464 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:21.464 DEBUG [main][MenuItemLookup] Item match:Window 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.465 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:26:21.465 DEBUG [main][MenuItemLookup] Item match:Preferences 07:26:21.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:26:21.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:26:21.465 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:26:21.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:26:21.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:26:21.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:26:21.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.571 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:26:21.571 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:21.571 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:26:21.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.571 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.572 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:21.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:21.573 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:26:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.575 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:21.576 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:26:21.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:21.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:21.587 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:21.587 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:21.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:21.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:21.630 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.630 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.630 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:21.630 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:21.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:21.630 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:21.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:21.631 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:21.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:21.634 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:21.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.634 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:21.634 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:21.635 DEBUG [main][MenuItemLookup] Item match:Window 07:26:21.635 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:21.636 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:21.636 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:21.636 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.636 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:21.636 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:21.639 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:21.639 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:21.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:21.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:21.649 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:21.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:21.700 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:21.702 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:21.702 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:21.702 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:21.702 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:21.702 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:21.702 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:21.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:21.702 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:21.703 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:21.703 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.205 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:22.206 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.206 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:22.206 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:22.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:22.207 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:22.207 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.207 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:22.208 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.208 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.216 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.216 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.217 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.217 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:22.218 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:22.218 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:22.218 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:22.218 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:22.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:22.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:22.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:22.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.274 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.278 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.279 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.279 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.280 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.280 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:22.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.281 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.281 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.281 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.289 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:22.289 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:22.289 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.290 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:22.327 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.328 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.328 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.340 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.340 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.340 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.340 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.343 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:22.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.344 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:22.344 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:22.344 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:22.344 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:22.344 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:22.345 DEBUG [main][MenuItemLookup] Item match:Window 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.345 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:22.345 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.349 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:22.349 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:22.349 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:22.350 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:22.350 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:22.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:22.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:22.402 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:22.404 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.404 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.404 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:22.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:22.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:22.428 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.428 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.428 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.429 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:22.429 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:22.429 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:22.429 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:22.429 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.429 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.429 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.430 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:22.430 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.430 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.430 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.430 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.430 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.431 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.431 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:22.431 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:22.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:22.431 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:22.431 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:22.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:22.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.477 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:22.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.479 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.480 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.497 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.497 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.497 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:22.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.530 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.530 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.530 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.531 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.532 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:22.532 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:22.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.532 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:22.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.547 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.547 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.560 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.560 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.560 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.560 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.566 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.566 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.566 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.566 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.567 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.567 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.571 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.575 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetToolTip no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.575 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.575 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.578 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 07:26:22.578 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.579 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.579 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:22.579 DEBUG [main][MenuItemLookup] Item match:Window 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:22.579 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.580 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:22.580 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:22.582 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.583 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:22.583 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:22.583 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:22.583 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:22.583 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:22.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:22.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:22.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.654 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:22.654 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.655 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.655 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:22.656 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.656 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.656 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:22.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.661 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 07:26:22.661 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 07:26:22.661 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 07:26:22.661 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 07:26:22.661 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.661 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.661 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.662 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:22.662 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.662 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.662 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.662 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.662 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.662 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:22.663 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:22.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:22.663 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:22.663 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:22.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:22.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:22.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:22.729 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:22.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.732 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.733 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:26:22.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.741 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.741 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:26:22.741 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:26:22.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.748 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:26:22.748 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:26:22.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text= TooltipText=null 07:26:22.749 INFO [WorkbenchTestable][AbstractView] Close view '*Workbench Dirty Test' 07:26:22.749 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem *Workbench Dirty Test 07:26:22.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:26:22.750 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:22.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.782 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.782 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.783 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.783 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.783 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.783 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.790 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.790 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.790 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.790 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.790 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.790 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.791 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.793 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.794 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.796 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.796 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.796 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.796 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.797 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.797 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.797 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:22.799 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:22.799 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.800 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.800 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:22.800 DEBUG [main][MenuItemLookup] Item match:Window 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:22.800 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:22.801 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:22.801 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.801 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:22.801 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:22.803 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:22.803 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:22.829 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:22.829 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:22.829 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:22.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:22.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:22.882 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:22.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:22.883 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.883 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.883 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:22.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:22.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:22.885 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:22.885 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:22.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:22.885 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:22.885 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:22.885 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:22.885 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:22.885 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:22.885 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.886 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:22.886 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:22.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:22.886 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:22.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.886 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.887 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:22.887 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:22.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:22.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:22.887 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:22.887 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:22.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:22.939 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:22.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.943 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.943 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:22.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.945 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.945 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.949 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.959 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.961 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:22.961 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:22.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 '\*?\QWorkbench Test\E') 07:26:22.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:22.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:22.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:22.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:22.963 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:22.963 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:22.963 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:22.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:22.965 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:22.965 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:22.965 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:22.965 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:22.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.981 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:22.981 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:22.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:22.996 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.997 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:22.997 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:22.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:22.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:22.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:22.997 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:22.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.000 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.000 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.000 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.000 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.000 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.000 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.003 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.024 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.024 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.024 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.024 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.024 INFO [WorkbenchTestable][RequirementsRunner] Started test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.024 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.027 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' view via menu. 07:26:23.027 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.028 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.028 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.028 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.028 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.029 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.029 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.029 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.029 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.029 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.029 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.033 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.033 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.033 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.033 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.033 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:23.084 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.086 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.086 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.086 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.088 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Dirty Test 07:26:23.088 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Dirty Test 07:26:23.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Dirty Test about selection 07:26:23.088 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Dirty Test 07:26:23.088 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.088 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.088 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.089 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.089 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.089 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.090 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.090 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.090 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.152 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.152 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.153 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.153 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:26:23.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.155 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:26:23.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:26:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.172 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.workbench.impl.view.WorkbenchView, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 07:26:23.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.176 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:26:23.176 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:26:23.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.179 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.179 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.179 INFO [WorkbenchTestable][RequirementsRunner] Finished test: viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.179 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.179 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.179 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.192 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.192 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.192 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.192 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.192 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.195 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:23.195 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.196 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.196 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.196 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.196 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.197 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.197 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.197 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.197 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.197 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.197 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.200 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.200 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.224 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.224 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.225 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:23.271 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.272 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.273 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.273 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.274 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.274 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.274 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.274 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:23.274 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:23.275 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:23.275 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:23.275 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.275 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.275 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.276 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.276 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.276 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.276 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.276 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.281 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.281 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.281 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.338 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.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 '\*?\QWorkbench Test\E') 07:26:23.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.340 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.340 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.348 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.348 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:26:23.349 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:23.349 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:23.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.350 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:23.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.367 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:23.367 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.368 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.368 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.368 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.368 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.369 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.369 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.369 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.369 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.369 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.369 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.371 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.372 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.372 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.372 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.372 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.372 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:23.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.432 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.432 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.432 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.432 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.433 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.433 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.434 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.434 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.434 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.435 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:23.435 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:23.435 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:23.435 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:23.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.436 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.436 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.436 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.436 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.436 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.437 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.437 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.437 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.475 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.475 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.476 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.477 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:23.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.478 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.484 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.484 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:23.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.486 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.486 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.487 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:23.487 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:23.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.488 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:23.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.497 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.497 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.525 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.525 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.525 INFO [WorkbenchTestable][RequirementsRunner] Started test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.525 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.533 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.533 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.533 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.533 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.533 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.533 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.533 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.533 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.536 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.536 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.537 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.537 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeRegisteredViewWithRegex no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.537 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.537 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.537 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.538 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.541 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:23.541 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.541 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.541 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.541 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.542 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.542 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.542 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.542 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.542 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.542 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.545 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.545 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.545 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.545 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.545 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:23.591 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.592 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.593 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.593 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.593 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.593 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.593 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.594 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.594 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.594 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.594 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:23.594 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:23.595 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:23.595 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:23.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.595 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.595 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.595 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.595 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.595 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.595 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.596 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.596 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.596 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.644 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.645 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.645 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.647 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.647 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:23.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.647 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.648 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.648 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.648 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.648 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.648 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.649 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.650 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.650 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.650 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.651 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:26:23.651 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:23.651 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:23.651 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.651 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:23.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.672 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.672 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.672 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.672 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.673 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.673 INFO [WorkbenchTestable][RequirementsRunner] Started test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.673 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.675 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:23.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.676 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.676 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.676 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.676 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.679 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.679 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.679 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.679 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.679 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:23.741 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.743 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.743 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.743 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.745 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.745 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.745 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:23.745 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:23.745 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:23.745 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:23.745 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.745 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.745 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.746 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.746 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.746 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.747 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.747 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.747 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.790 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.790 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.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 '\*?\QWorkbench Test\E') 07:26:23.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.790 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.792 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.792 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.793 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.793 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:26:23.800 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:23.800 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:23.800 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.800 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:23.837 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.839 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.840 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.840 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.840 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.846 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:23.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.847 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.847 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:23.847 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:23.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:23.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:23.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:23.847 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:23.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.850 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:23.850 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.851 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.851 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.851 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.851 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.852 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.852 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.852 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.852 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.853 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.853 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.856 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.856 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.863 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.863 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.863 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:23.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:23.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 07:26:23.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:23.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:23.913 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.913 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.913 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:23.914 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.914 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:23.915 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:23.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:23.915 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:23.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:23.915 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:23.915 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:23.915 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:23.915 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:23.915 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:23.915 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.915 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.915 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.916 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:23.916 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:23.916 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:23.916 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:23.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.916 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.917 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.917 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:23.917 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:23.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:23.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:23.917 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:23.917 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:23.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:23.955 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:23.957 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.958 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.958 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.958 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:23.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:23.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:23.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:23.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:23.960 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:23.960 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:23.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:23.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:23.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:23.960 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:23.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:23.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:23.963 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:26:23.963 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:23.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:23.964 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:23.964 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:23.964 DEBUG [main][MenuItemLookup] Item match:Window 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.964 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:23.965 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:23.967 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:23.967 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:23.974 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:23.974 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:23.975 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:24.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:24.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:24.041 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:24.042 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.042 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.042 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.042 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:24.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.044 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:24.044 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:26:24.044 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:26:24.044 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:26:24.045 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:26:24.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:24.045 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.045 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.045 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.045 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:24.046 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:24.046 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:24.046 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:24.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:24.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:24.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:24.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:24.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.105 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.105 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:26:24.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.133 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.133 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:24.133 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.134 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.135 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.135 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:26:24.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.144 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.150 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:24.150 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:24.150 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.151 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.169 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:24.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:24.170 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:26:24.170 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:26:24.170 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.170 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.196 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.197 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:24.197 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.197 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:24.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:24.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:24.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:24.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.201 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:24.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.202 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:24.203 DEBUG [main][MenuItemLookup] Item match:Window 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.203 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:24.203 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.206 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:24.206 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:24.206 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:24.206 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:24.207 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:24.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:24.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:24.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:24.266 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.266 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.266 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.267 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:24.267 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.268 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.268 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:24.268 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:24.268 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:24.268 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:24.268 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.269 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:24.269 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.269 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.269 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.269 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:24.270 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:24.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:24.270 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:24.270 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:24.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:24.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:24.326 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.327 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:24.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.329 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.330 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.341 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.341 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' view via menu. 07:26:24.341 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.342 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.342 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:24.342 DEBUG [main][MenuItemLookup] Item match:Window 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.342 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:24.342 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.345 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:24.345 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:24.346 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:24.346 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:24.346 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:24.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:24.390 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:24.390 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:24.391 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.391 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.391 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.391 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.392 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.392 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:24.392 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:26:24.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:26:24.393 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.393 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:26:24.393 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.393 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:26:24.393 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Markers 07:26:24.394 DEBUG [main][TreeItemHandler] Selecting tree item: Markers 07:26:24.394 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Markers about selection 07:26:24.394 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Markers 07:26:24.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.394 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.394 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.394 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.394 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:24.394 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.395 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.395 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.395 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:24.395 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:24.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:24.395 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:24.396 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:24.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:24.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:24.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:24.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:24.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.468 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.468 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.468 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.468 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:26:24.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.468 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.469 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.470 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.470 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:24.470 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.470 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.471 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.471 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:26:24.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.486 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.487 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:26:24.487 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:24.487 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:24.487 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.488 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.505 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.505 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:24.505 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.506 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.506 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:24.506 INFO [WorkbenchTestable][RequirementsRunner] Started test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:24.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:24.506 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:24.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.526 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.528 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:24.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.529 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:24.529 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:24.529 DEBUG [main][MenuItemLookup] Item match:Window 07:26:24.530 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:24.530 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:24.530 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:24.530 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.530 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:24.530 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.533 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:24.533 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:24.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:24.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:24.541 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:24.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:24.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:24.586 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.587 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:26:24.587 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.587 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.587 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.587 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.588 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:24.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:24.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:24.592 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:24.592 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.596 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.596 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:24.596 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.597 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.597 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.597 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:24.597 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:24.597 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:24.597 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:24.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.598 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:24.598 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.598 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.598 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.598 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:24.599 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:24.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:24.599 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:24.599 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:24.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:24.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:24.654 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.655 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.655 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.656 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.656 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:24.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.658 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.659 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.659 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.659 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.660 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.660 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.661 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Composite Text= TooltipText=null 07:26:24.661 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:24.661 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:24.661 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.661 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.673 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.683 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.684 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:24.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:24.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:24.687 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:24.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:24.687 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:24.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.688 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E'' is already open. Activate. 07:26:24.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.698 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Dirty Test\E') 07:26:24.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.726 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:26:24.726 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:26:24.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.734 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.735 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with label: is "Test field: ") 07:26:24.735 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.736 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Workbench Dirty Test"as the parent 07:26:24.736 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.736 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.737 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.737 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:26:24.737 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:26:24.737 INFO [WorkbenchTestable][AbstractText] Text set to: hello 07:26:24.739 INFO [WorkbenchTestable][AbstractView] Activate view *Workbench Dirty Test 07:26:24.739 INFO [WorkbenchTestable][AbstractCTabItem] Activate *Workbench Dirty Test 07:26:24.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.746 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:26:24.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.746 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:24.746 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:24.747 DEBUG [main][MenuItemLookup] Item match:File 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.749 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:26:24.749 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:26:24.749 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:26:24.749 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:26:24.749 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:26:24.765 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:26:24.765 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:26:24.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.766 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:26:24.766 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Dirty Test 07:26:24.766 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:26:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Text Text=hello TooltipText=null 07:26:24.767 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Dirty Test' 07:26:24.767 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Dirty Test 07:26:24.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Dirty Test 07:26:24.767 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.792 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.792 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:24.792 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.792 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.792 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.792 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:24.792 INFO [WorkbenchTestable][RequirementsRunner] Started test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:24.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:24.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:24.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:24.792 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:24.793 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:26:24.795 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E'' view via menu. 07:26:24.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.796 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:24.796 DEBUG [main][MenuItemLookup] Item match:Window 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.796 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:24.796 DEBUG [main][MenuItemLookup] Item match:Show View 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:24.799 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:26:24.799 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:26:24.799 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:26:24.799 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:26:24.799 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:26:24.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:26:24.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:26:24.863 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.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 07:26:24.864 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.864 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.864 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.864 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.864 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children... 07:26:24.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.865 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test Workbench has children finished successfully 07:26:24.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test Workbench 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:26:24.865 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test Workbench is already expanded. No action performed 07:26:24.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:26:24.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test Workbench 07:26:24.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Workbench Test 07:26:24.866 DEBUG [main][TreeItemHandler] Selecting tree item: Workbench Test 07:26:24.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Workbench Test about selection 07:26:24.866 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Workbench Test 07:26:24.866 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.866 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.866 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.866 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.867 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:26:24.867 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:26:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:24.867 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:26:24.867 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:26:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.867 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:24.868 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:26:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:24.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:24.868 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:24.868 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:26:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:26:24.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open... 07:26:24.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.workbench.impl.view.WorkbenchView' view is open finished successfully 07:26:24.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.906 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.907 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.907 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:24.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.908 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.908 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.909 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.909 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.911 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E'' is already open. Activate. 07:26:24.911 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.912 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.912 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QMarkers\E') 07:26:24.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.913 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.913 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.913 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:24.914 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.946 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:24.947 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:26:24.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.955 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.956 INFO [WorkbenchTestable][AbstractView] Activate view Markers 07:26:24.956 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.967 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:26:24.967 INFO [WorkbenchTestable][AbstractView] Close view 'Markers' 07:26:24.967 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Markers 07:26:24.967 INFO [WorkbenchTestable][AbstractCTabItem] Activate Markers 07:26:24.968 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:24.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.992 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.993 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:24.994 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:24.994 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QWorkbench Test\E') 07:26:24.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:24.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:24.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:24.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:24.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:26:24.995 INFO [WorkbenchTestable][AbstractView] Activate view Workbench Test 07:26:24.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:24.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:26:24.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:26:24.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:26:24.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:26:24.996 INFO [WorkbenchTestable][AbstractView] Close view 'Workbench Test' 07:26:24.997 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Workbench Test 07:26:24.997 INFO [WorkbenchTestable][AbstractCTabItem] Activate Workbench Test 07:26:25.003 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:26:25.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:25.036 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:25.036 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:25.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:25.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:25.045 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) 07:26:25.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.view.ViewTest 07:26:25.045 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:25.045 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:25.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:25.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 s - in org.eclipse.reddeer.workbench.test.view.ViewTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.71 s getTitleImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.22 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.208 s testClosedGetImage no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.007 s testClosedGetTitle no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.006 s getTitleToolTipTest no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.2 s testInitializeRegisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.003 s testCloseNoninitializedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.024 s viewAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.155 s testClosedActivate no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.013 s testOpenClosedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.333 s testClosedIsActive no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.008 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.135 s testOpenAndCloseViewFullPath no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.167 s testInitializeNonregisteredView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.007 s testCloseNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.35 s testActiveView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.309 s testViewIsOpen no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.18 s testActivateDirtyAndNonDirtyView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.105 s testActivateNonFocusedView no-configuration(org.eclipse.reddeer.workbench.test.view.ViewTest) Time elapsed: 0.253 s Running org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.064 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.065 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:26:25.065 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:25.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.065 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:25.065 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:26:25.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:25.066 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:26:25.066 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:25.066 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:26:25.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:25.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:25.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:25.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:25.066 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:26:25.066 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:25.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:25.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:25.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:26:25.067 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'File' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:26:25.067 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:26:25.067 DEBUG [main][MenuItemLookup] Item match:Window 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'' 07:26:25.068 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:26:25.068 DEBUG [main][MenuItemLookup] Item match:Preferences 07:26:25.068 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:26:25.068 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:26:25.068 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:26:25.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:26:25.153 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:26:25.153 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:26:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:25.155 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:26:25.155 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:26:25.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:26:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:25.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:25.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:25.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:26:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:26:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:26:25.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:26:25.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:26:25.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:26:25.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:26:25.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:26:25.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:26:25.169 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:26:25.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:26:25.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:26:25.169 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:26:25.169 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:26:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:26:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:26:25.186 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:26:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:26:25.186 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:26:25.186 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:25.186 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:26:25.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:25.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:25.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:25.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 07:26:25.189 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job' will be killed 07:26:25.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing finished successfully 07:26:25.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.190 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:26:25.190 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:26:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:26:25.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:26:25.200 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:26:25.200 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:26:25.200 INFO [WorkbenchTestable][RequirementsRunner] Started test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:26:25.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:26:25.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:26:25.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:26:25.200 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:26:25.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState... 07:26:25.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest.JobHasState finished successfully 07:26:25.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing... 07:26:25.202 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:25.202 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:25.702 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:25.702 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:26.203 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:26.203 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:26.703 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:26.703 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:27.203 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:27.203 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:27.703 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:27.703 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:28.203 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:28.204 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:28.704 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:28.704 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:29.204 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:29.204 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:29.704 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:29.704 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:30.205 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:30.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:30.705 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:30.705 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:31.205 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:31.205 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:31.706 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:31.706 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:32.206 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:32.206 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:32.706 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:32.707 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:33.207 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:33.207 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:33.707 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:33.707 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:34.207 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:34.207 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:34.707 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:34.708 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:35.208 INFO [WorkbenchTestable][JobIsKilled] Job 'Test job Exception' will be killed 07:26:35.208 INFO [WorkbenchTestable][JobIsKilled] The job 'Test job Exception' is still alive 07:26:35.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one job is waiting for killing failed, an exception will be thrown 07:26:35.212 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:26:35.212 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:35.712 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:36.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:36.713 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:37.213 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:37.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:38.214 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:38.714 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:39.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:39.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:40.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:40.715 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:41.215 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:41.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:42.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:42.716 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:43.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:43.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:44.217 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:44.717 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:45.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:45.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:46.218 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:46.718 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:47.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:47.719 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:48.219 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:48.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:49.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:49.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:50.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:50.720 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:51.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:51.721 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:52.221 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:52.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:53.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:53.722 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:54.222 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:54.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:55.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:55.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:56.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:56.723 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:57.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:57.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:58.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:58.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:59.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:26:59.725 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:00.225 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:00.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:01.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:01.726 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:02.226 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:02.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:03.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:03.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:04.227 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:04.727 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:05.228 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:05.728 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:06.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:06.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:07.229 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:07.729 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:08.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:08.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:09.230 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:09.730 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:10.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:10.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:11.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:11.731 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:12.231 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:12.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:13.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:13.732 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:14.232 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:14.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:15.233 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:15.733 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:16.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:16.734 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:17.234 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:17.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:18.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:18.735 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:19.235 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:19.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:20.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:20.736 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:21.236 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:21.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:22.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:22.737 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:23.237 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:23.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:24.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:24.738 DEBUG [WorkbenchTestable][JobIsRunning] job 'Test job Exception' has no excuses, wait for it 07:27:25.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:27:25.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:25.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:25.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:25.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:27:25.239 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:25.239 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:25.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.240 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) 07:27:25.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest 07:27:25.240 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:25.240 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.176 s - in org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest testKillJob no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 0.014 s testKillJobException no-configuration(org.eclipse.reddeer.workbench.test.condition.JobIsKilledTest) Time elapsed: 60.04 s Running org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.253 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.254 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:27:25.254 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:25.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.254 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:25.254 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:27:25.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:25.255 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:27:25.255 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:25.255 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:27:25.255 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:25.255 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:25.256 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:25.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:25.256 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:25.256 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:25.256 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:25.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:25.256 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:25.256 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:25.256 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:25.256 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:27:25.256 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:27:25.257 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:27:25.257 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:27:25.257 DEBUG [main][MenuItemLookup] Item match:Window 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:25.258 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:27:25.258 DEBUG [main][MenuItemLookup] Item match:Preferences 07:27:25.258 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:27:25.258 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:27:25.258 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:27:25.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:27:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:27:25.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:27:25.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.357 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:27:25.357 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:25.357 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:27:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.357 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.357 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:25.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:27:25.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.359 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.360 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:25.361 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:27:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:25.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:25.361 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:25.361 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:25.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.380 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:25.389 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:25.393 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:25.397 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' view via menu. 07:27:25.397 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.397 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:25.397 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:27:25.397 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:27:25.397 DEBUG [main][MenuItemLookup] Item match:Window 07:27:25.398 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:27:25.398 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:27:25.398 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:27:25.398 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:25.398 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:27:25.398 DEBUG [main][MenuItemLookup] Item match:Show View 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:25.402 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:27:25.402 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:27:25.402 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:27:25.402 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:27:25.402 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:27:25.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:27:25.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:27:25.473 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:27:25.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.477 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:27:25.477 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.477 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:25.477 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:25.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.477 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.478 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.478 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:25.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:25.479 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:25.479 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:25.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:25.479 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:25.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:25.480 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:25.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:25.480 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:25.480 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project Explorer 07:27:25.480 DEBUG [main][TreeItemHandler] Selecting tree item: Project Explorer 07:27:25.480 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project Explorer about selection 07:27:25.480 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project Explorer 07:27:25.480 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:25.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:25.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:27:25.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.481 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:25.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:25.482 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:27:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:25.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:25.483 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:25.483 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:27:25.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:27:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open... 07:27:25.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.ui.navigator.resources.ProjectExplorer' view is open finished successfully 07:27:25.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.580 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:25.581 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.581 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:25.581 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.581 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:25.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:25.582 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:25.583 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.583 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.584 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:25.585 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.586 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.586 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:25.586 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.586 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.587 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.587 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.587 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.587 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.587 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.588 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:25.653 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:25.654 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:27:25.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:25.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:25.654 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:25.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.655 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:25.655 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:25.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.736 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.736 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:27:25.736 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:25.736 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:27:25.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:25.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:25.736 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:25.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:25.736 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:25.736 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:25.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:25.737 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) 07:27:25.737 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:25.737 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:25.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.738 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.738 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:25.738 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.739 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:25.739 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:25.739 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:25.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.740 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:25.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:25.740 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:25.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:25.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:25.741 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:25.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.743 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:25.743 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:25.743 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:25.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:25.754 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:25.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:25.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:25.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:26.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.254 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:26.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:26.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:26.755 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:26.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:26.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:26.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 07:27:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:26.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.756 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:26.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:26.756 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:26.758 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 07:27:26.764 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:26.764 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:26.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:26.765 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:26.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:26.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:26.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.266 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.766 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:27.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:27.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.767 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:27.768 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:27.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:27.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:27.768 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name MyProject 07:27:27.768 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:27.768 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:27.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:27.769 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:27.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:27.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:27.769 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:27.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:27.769 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:27.769 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:27:27.770 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:27:27.770 DEBUG [main][TreeItemHandler] Set Tree selection 07:27:27.771 DEBUG [main][TreeHandler] Notify Tree about selection event 07:27:27.785 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:27:27.788 DEBUG [WorkbenchTestable][TreeItemHandler] MyProject 07:27:27.789 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:27:27.789 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'New' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:27.836 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:27:27.836 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:27:27.837 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:27:27.837 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:27:27.837 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:27:27.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:27.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:27.838 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:27:28.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:28.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:28.338 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:28.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:28.338 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:27:28.338 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:28.358 DEBUG [main][MenuItemLookup] Found menu:'New' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:27:28.359 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:27:28.359 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:27:28.359 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:27:28.359 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:27:28.359 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:27:28.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:27:29.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:27:29.010 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:27:29.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.013 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.014 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:27:29.014 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:29.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:29.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:29.014 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:27:29.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:29.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:29.015 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:27:29.016 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:27:29.016 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:27:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:29.016 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:29.016 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:29.016 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:27:29.016 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:29.016 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:27:29.016 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:29.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.017 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:29.017 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:27:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:29.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:29.017 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:29.017 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:29.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:27:29.028 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:27:29.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:27:29.529 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:27:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:29.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:27:29.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:27:29.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:27:29.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:29.529 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:29.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:29.529 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:29.529 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:29.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:29.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:27:29.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:29.530 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:29.531 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorFileTest 07:27:29.531 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:29.531 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:29.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.285 s - in org.eclipse.reddeer.workbench.test.editor.EditorFileTest testGettingRelativePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.082 s testGettingAbsolutePath no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorFileTest) Time elapsed: 0.001 s Running org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:29.542 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:29.543 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:27:29.544 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:29.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:29.544 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:29.544 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:27:29.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:29.546 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:27:29.546 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:29.546 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:27:29.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:29.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:29.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:27:29.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.547 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:29.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.548 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:29.548 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:27:29.548 DEBUG [main][MenuItemLookup] Item match:Window 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:27:29.548 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:29.549 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:27:29.549 DEBUG [main][MenuItemLookup] Item match:Preferences 07:27:29.549 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:27:29.549 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:27:29.549 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:27:29.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:27:29.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:27:29.625 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:27:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.627 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:27:29.627 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.627 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:27:29.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.627 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:29.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:29.629 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:27:29.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.629 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.630 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:29.631 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:27:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:29.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:29.631 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:29.631 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:29.650 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:29.651 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.651 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:29.651 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:29.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:27:29.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:29.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:27:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:29.654 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:29.654 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:29.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:29.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:29.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:29.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:29.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:29.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:29.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:29.655 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:29.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:29.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:29.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:29.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:27:29.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:27:29.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:29.657 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:27:29.662 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.670 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.670 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.671 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.672 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:29.672 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.672 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:29.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.672 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.672 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:29.672 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:29.672 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:29.672 DEBUG [main][MenuItemLookup] Item match:File 07:27:29.674 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:29.674 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:29.676 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:27:29.676 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:27:29.686 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:27:29.686 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:27:29.686 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:27:29.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:27:29.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:27:29.771 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:27:29.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:29.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:29.772 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:29.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:29.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:27:29.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:29.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:29.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:29.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:29.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:29.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:29.779 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:29.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:30.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:30.281 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:30.282 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:30.282 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:30.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:30.282 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:30.282 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:27:30.282 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:27:30.282 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:27:30.285 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:27:30.285 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:30.286 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:27:30.286 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:27:30.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.287 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.287 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.287 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.287 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:30.288 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:27:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:30.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:30.288 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:30.288 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:30.330 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.330 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.331 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:27:30.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:27:30.331 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:27:30.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:30.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:30.332 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:27:30.332 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.333 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 07:27:30.333 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:27:30.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.335 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:30.335 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:30.335 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 07:27:30.336 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:27:30.336 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:27:30.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:27:30.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:30.339 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:27:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:30.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:30.339 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:30.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:30.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:30.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:27:30.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:30.843 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:30.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:30.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.844 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.844 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:30.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.845 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:30.845 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.846 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.846 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:30.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:30.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:30.846 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:30.846 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:30.846 DEBUG [main][MenuItemLookup] Item match:File 07:27:30.847 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:30.847 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:27:30.848 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:30.849 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:27:30.849 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:27:30.849 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:27:30.849 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:27:30.849 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:27:30.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:27:30.907 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:27:30.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:27:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:30.908 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:30.908 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.908 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:27:30.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.909 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.909 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:30.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:30.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:30.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:30.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:30.910 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:30.910 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:30.910 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:30.910 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:30.910 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:27:30.910 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:27:30.910 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:27:30.913 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:27:30.913 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:30.913 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:27:30.913 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:27:30.913 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.913 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.914 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:30.915 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:27:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:30.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:30.915 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:30.915 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:30.954 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:30.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.954 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:27:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:27:30.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:27:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:30.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:30.955 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:30.955 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:30.956 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:27:30.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.956 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.959 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.959 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.959 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:30.959 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:30.960 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 07:27:30.960 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:27:30.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:30.962 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:30.962 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:27:30.963 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:30.963 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:27:30.963 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:27:30.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:30.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:30.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:30.964 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:30.964 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:27:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:30.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:30.964 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:30.964 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:30.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:31.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:27:31.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:31.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:31.468 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:31.468 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:31.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:31.472 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:31.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.475 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:27:31.475 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:31.475 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:31.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:31.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:31.476 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:27:31.477 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:31.509 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:31.509 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.510 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.510 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:31.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.511 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.511 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.511 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.512 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:31.512 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:27:31.512 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:31.512 DEBUG [main][MenuItemLookup] Item match:File 07:27:31.513 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:31.513 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.514 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:27:31.514 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:27:31.514 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:27:31.514 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:27:31.514 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:27:31.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:27:31.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:27:31.575 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:27:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.577 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:31.577 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:27:31.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:31.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.579 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.579 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:31.579 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:31.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.580 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.580 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:31.580 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:27:31.580 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:27:31.580 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:27:31.580 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:27:31.580 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:31.580 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:27:31.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:27:31.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.581 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.581 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:31.582 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:27:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:31.582 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:31.582 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:31.582 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:31.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.613 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:27:31.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:27:31.613 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:27:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.614 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:31.614 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:27:31.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:31.617 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:31.618 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest1.min 07:27:31.618 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:27:31.623 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.623 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:31.625 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:31.625 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:27:31.625 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:31.625 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:27:31.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:27:31.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:31.627 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:27:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:31.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:31.627 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:31.627 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:31.645 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:31.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:31.683 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:31.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:31.683 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:31.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.689 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.689 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:27:31.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.690 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:31.691 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:27:31.691 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:31.691 DEBUG [main][MenuItemLookup] Item match:File 07:27:31.692 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:31.692 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:31.693 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:27:31.693 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:27:31.693 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:27:31.693 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:27:31.693 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:27:31.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:27:31.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:27:31.780 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:27:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.781 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:31.781 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.781 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:27:31.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:31.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:27:31.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:27:31.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:31.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:27:31.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:31.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:27:31.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:27:31.783 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:27:31.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:27:31.783 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:27:31.783 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:27:31.783 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:27:31.784 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:27:31.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.785 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.785 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:31.785 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:27:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:31.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:31.785 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:31.785 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:31.827 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:27:31.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.827 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:27:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:27:31.828 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:27:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:31.828 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:31.829 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:31.829 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:27:31.829 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:27:31.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:31.832 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:31.833 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest+.min 07:27:31.833 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:27:31.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.833 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:27:31.834 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:27:31.835 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:27:31.835 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:27:31.835 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:27:31.835 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:27:31.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:31.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:31.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:31.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:31.836 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:31.837 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:27:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:31.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:31.837 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:31.837 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:31.841 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:27:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:27:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:32.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:27:32.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:32.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:32.352 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:32.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:32.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 07:27:32.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:32.354 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest+.min 07:27:32.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:32.360 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:32.360 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:32.361 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:32.361 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:32.361 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:27:32.362 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 07:27:32.370 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 07:27:32.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:32.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:32.370 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:32.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:32.380 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' view via menu. 07:27:32.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:32.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:32.380 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:32.380 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:27:32.381 DEBUG [main][MenuItemLookup] Item match:Window 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:32.381 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:27:32.381 DEBUG [main][MenuItemLookup] Item match:Show View 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:32.384 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:27:32.384 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:27:32.384 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:27:32.384 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:27:32.384 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:27:32.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:27:32.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:27:32.434 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:27:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:32.435 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:27:32.435 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:32.435 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:32.435 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:32.435 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.435 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:27:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:27:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children... 07:27:32.439 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 07:27:32.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:32.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:32.941 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 07:27:32.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Java has children finished successfully 07:27:32.941 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Java 07:27:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:32.942 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Java is already expanded. No action performed 07:27:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:32.942 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Java 07:27:32.942 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Package Explorer 07:27:32.942 DEBUG [main][TreeItemHandler] Selecting tree item: Package Explorer 07:27:32.942 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Package Explorer about selection 07:27:32.942 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Package Explorer 07:27:32.942 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:32.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:32.942 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:32.942 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:32.942 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.943 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.943 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:27:32.943 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:32.943 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:27:32.943 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:32.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:32.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:32.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:32.944 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:32.944 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:32.945 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:27:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:32.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:32.945 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:32.945 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:27:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:27:33.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open... 07:27:33.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:33.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.eclipse.jdt.ui.packageview.PackageExplorerPart' view is open finished successfully 07:27:33.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:33.167 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:33.167 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:33.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:33.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:33.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.169 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:33.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:33.169 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:33.169 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:33.169 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:27:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:33.170 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:33.180 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:33.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:33.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:33.181 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:33.181 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:33.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:33.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:33.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:33.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:33.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:33.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:34.182 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:34.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:34.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:34.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:34.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.183 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:34.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:34.184 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:34.187 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:34.187 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:34.187 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:34.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:34.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:34.688 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:34.689 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:34.689 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:34.689 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:34.696 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:34.696 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:34.696 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:34.696 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:34.696 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:34.698 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:34.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:34.698 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:34.724 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:34.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:27:34.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:34.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:34.724 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:34.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:34.728 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:34.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.728 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:34.729 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:34.730 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.730 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.730 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:34.730 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:34.731 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:34.731 DEBUG [main][EditorHandler] 2 editor(s) found 07:27:34.731 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:27:34.745 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:27:34.745 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:34.774 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:34.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:34.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:34.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:34.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:34.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:34.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:34.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:34.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:34.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:34.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:34.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:34.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.777 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:34.777 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.778 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.778 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:34.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:34.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:34.779 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:34.779 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:34.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.779 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:34.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:34.780 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:34.781 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:34.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:34.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:34.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:34.781 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:34.782 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:34.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:34.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.783 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:34.783 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:34.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:34.783 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:34.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:34.783 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:34.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.784 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.784 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:35.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:35.785 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:35.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:35.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.786 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:35.786 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:35.786 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:35.787 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:35.787 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:35.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:35.787 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:35.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:35.787 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:35.787 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:35.787 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:35.787 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:35.789 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:35.789 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:35.789 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:35.789 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:35.789 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:35.791 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:35.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:35.791 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:35.811 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:35.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:27:35.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:35.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:35.811 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:35.811 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:35.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.814 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.814 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:35.814 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.814 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.814 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:35.814 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:35.815 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:27:35.815 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:35.815 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:35.815 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:35.816 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.816 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.816 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.816 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:35.816 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:27:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:35.816 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:35.816 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:35.816 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:35.817 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:35.818 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:35.818 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:35.853 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:35.853 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:35.853 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:35.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:35.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:35.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:35.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:35.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:35.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:35.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:35.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:35.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:35.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:35.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:35.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:35.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.856 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:35.856 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.857 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:35.858 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:35.858 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:35.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.858 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.859 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:35.859 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:35.859 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:35.859 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:35.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:35.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:35.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:35.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:35.861 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:35.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.862 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:35.862 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:35.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:35.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:35.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:35.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:36.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:36.864 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:36.864 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:36.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.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 07:27:36.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.864 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.865 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:36.865 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:36.865 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:36.865 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:36.865 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:36.865 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:36.865 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:36.866 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:36.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:36.866 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:36.866 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:36.866 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:36.866 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:36.868 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:36.868 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:36.868 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:36.868 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:36.868 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:36.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:36.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:36.870 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:36.893 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:36.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:36.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:27:36.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:36.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:36.893 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:36.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:36.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.896 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:36.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.897 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:36.898 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:36.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:36.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:36.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:36.900 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:36.900 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:36.900 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:36.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.927 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.927 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:36.927 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:36.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.928 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.928 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:36.928 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:36.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:36.929 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:36.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:36.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:36.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:37.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:37.929 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.930 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:37.930 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:37.930 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:37.930 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:37.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.931 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.931 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:37.931 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.931 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:37.932 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:37.932 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:37.932 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:37.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:37.933 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:37.933 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:37.933 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:37.933 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:37.937 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:37.937 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:37.937 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:37.937 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:37.937 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:37.943 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:37.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:37.943 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:37.953 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:37.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:37.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:37.953 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:37.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:37.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d02683c is found... 07:27:37.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7d02683c is found finished successfully 07:27:37.958 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:37.958 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.958 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.960 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:37.960 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:37.960 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.960 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.960 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:37.960 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:37.961 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.963 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.963 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:37.963 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:37.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:37.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:37.965 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:37.965 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:37.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:37.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:37.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:37.966 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:37.966 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:37.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.992 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.992 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:37.992 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:37.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.993 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:37.993 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:37.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:37.994 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:37.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:37.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:37.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:38.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:38.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:38.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:38.995 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:38.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:38.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:38.996 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:38.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:38.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:38.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:38.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:38.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:38.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:38.996 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:38.996 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:38.997 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:27:38.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:38.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:38.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:38.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:38.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:38.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:38.997 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:38.998 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:39.000 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:39.000 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:27:39.000 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:39.000 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:39.000 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:39.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:39.002 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:39.002 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:39.024 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:39.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:39.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:39.024 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:39.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2813b65 is found... 07:27:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2813b65 is found finished successfully 07:27:39.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:27:39.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:39.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:39.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:39.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:39.027 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:39.028 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:39.028 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:39.028 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:39.028 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:39.029 DEBUG [main][EditorHandler] 2 editor(s) found 07:27:39.029 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:39.035 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:39.035 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:27:39.062 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:27:39.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:39.062 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:39.062 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:39.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:39.063 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:39.063 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:39.063 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:39.063 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:39.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.065 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:39.065 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:39.065 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:39.067 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:39.067 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:39.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') 07:27:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:39.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.069 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:39.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:39.069 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:39.069 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:39.069 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:39.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:39.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:39.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:39.070 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:39.071 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:39.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:39.082 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:39.083 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:39.083 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:39.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:39.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:39.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:39.084 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:39.084 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.084 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:39.584 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:39.584 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:40.085 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:40.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:40.085 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:40.085 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:40.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.086 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:40.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.086 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.086 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:40.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:40.086 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:40.087 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:40.087 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:40.087 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:40.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:40.087 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:40.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:40.087 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:40.088 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:40.088 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:40.088 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:40.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:40.090 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:40.090 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:40.090 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:40.090 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:40.091 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:40.091 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:40.091 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:40.115 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:40.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:40.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:40.115 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:40.116 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:40.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:40.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:40.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.119 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:40.119 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:40.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.119 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.119 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:40.119 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:40.120 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.120 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:40.121 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 07:27:40.121 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:40.154 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:40.154 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:40.154 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:40.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:40.154 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:40.154 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:40.154 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:40.155 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:40.155 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:40.155 INFO [WorkbenchTestable][RequirementsRunner] Started test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:40.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:40.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:40.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:40.155 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:40.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:40.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:40.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:40.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:40.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:40.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:40.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:40.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:40.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:40.163 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:40.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:40.165 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:40.165 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:40.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.166 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.166 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:40.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:40.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:40.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:40.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.167 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:40.667 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:40.667 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:41.168 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:41.168 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:41.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.169 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.170 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:41.170 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:41.170 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:41.171 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:41.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:41.171 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:41.172 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:41.172 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:41.172 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:41.174 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:41.174 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:41.174 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:41.174 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:41.174 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:41.176 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:41.176 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:41.176 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:41.202 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:41.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:41.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:41.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:41.203 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:41.203 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:41.204 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:41.204 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.204 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.205 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.205 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.205 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:41.205 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.205 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.205 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:41.205 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:41.206 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.impl.editor.DefaultEditor, index 0 and following matchers specified (Widget matcher matching widgets with style: 8) 07:27:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.206 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:41.206 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:41.206 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:41.207 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:41.235 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:41.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:41.235 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:41.235 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:41.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:41.235 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:41.235 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:41.235 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:41.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:41.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:41.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:41.235 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:41.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.238 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:41.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.240 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:41.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:41.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:41.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:41.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:41.243 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:41.243 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:41.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:41.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:41.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:41.243 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:41.245 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:41.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:41.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.245 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.245 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:41.245 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:41.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:41.246 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:41.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:41.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:41.746 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:41.746 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:42.246 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:42.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:42.247 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:42.247 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:42.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.248 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:42.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:42.248 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:42.248 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:42.248 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:42.249 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:42.249 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:42.249 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:42.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:42.249 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:42.249 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:42.249 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:42.249 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:42.251 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:42.251 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:42.251 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:42.251 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:42.251 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:42.253 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:42.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:42.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:42.274 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:42.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:42.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:42.274 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:42.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:42.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.276 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:42.277 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.278 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.278 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:42.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:42.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:42.279 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:42.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:42.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:42.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:42.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:42.280 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:42.280 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:42.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.306 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:42.306 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:42.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.306 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.307 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:42.307 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:42.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:42.307 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:42.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:42.307 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:42.807 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:42.808 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:43.308 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:43.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:43.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:43.309 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:43.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:43.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:43.309 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:43.309 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:43.310 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:43.310 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:43.310 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:43.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:43.310 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:43.310 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:43.310 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:43.310 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:43.312 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:43.312 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:43.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:43.312 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:43.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:43.313 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:43.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:43.313 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:43.323 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:43.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:43.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:43.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:43.323 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:43.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:43.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49000a2d is found... 07:27:43.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@49000a2d is found finished successfully 07:27:43.325 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:43.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:43.326 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:43.327 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.327 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:43.327 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:43.327 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:43.328 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:43.328 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:43.328 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:43.357 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:43.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:43.357 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:43.357 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:43.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:43.357 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:43.357 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:43.358 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:43.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:43.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:43.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:43.358 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:43.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.360 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.360 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:43.360 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:43.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:43.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:43.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 '\*?\QPackage Explorer\E') 07:27:43.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:43.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:43.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:43.364 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:43.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:43.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:43.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:43.365 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:43.366 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:43.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:43.367 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:43.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:43.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:43.368 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:43.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:43.868 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:43.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:44.368 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:44.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:44.369 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:44.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:44.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:44.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 07:27:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:44.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.370 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:44.370 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:44.370 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:44.370 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:44.371 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:44.371 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:44.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:44.371 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:44.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:44.371 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:44.371 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:44.371 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:44.372 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:44.375 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:44.375 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:44.375 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:44.375 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:44.375 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:44.377 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:44.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:44.377 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:44.398 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:44.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:44.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:44.398 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:44.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:44.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:44.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:44.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:44.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:44.401 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:44.401 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:44.401 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:44.402 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:27:44.402 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:44.402 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:44.402 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:44.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.402 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:44.402 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:44.402 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:44.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:44.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:44.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:44.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.404 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:44.404 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:27:44.404 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:44.431 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:44.431 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:44.431 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:44.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:44.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:44.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:44.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:44.432 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:44.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:44.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:44.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:44.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:44.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:44.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:44.432 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.434 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.434 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:44.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.435 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.435 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:44.436 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:44.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 '\*?\QPackage Explorer\E') 07:27:44.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:44.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.437 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:44.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:44.437 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:44.438 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:44.438 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:44.438 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:44.439 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:44.439 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:44.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.440 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:44.440 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:44.440 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:44.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:44.441 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:44.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:44.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:44.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:44.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:45.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:45.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:45.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:45.442 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:45.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:45.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:45.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:45.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 07:27:45.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:45.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:45.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:45.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:45.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:45.443 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:45.444 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:45.444 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:45.444 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:45.444 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:45.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:45.444 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:45.444 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:45.445 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:45.445 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:45.446 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:45.446 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:45.447 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:45.447 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:45.447 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:45.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:45.448 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:45.449 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:45.470 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:45.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:45.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:45.470 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:45.470 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:45.471 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:45.471 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:45.471 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:45.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:45.473 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:45.473 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:45.473 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:45.473 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:45.473 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:45.473 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:45.474 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:27:45.474 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:45.474 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:45.474 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:45.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:45.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:45.474 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:45.474 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:45.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:45.474 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:45.474 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:45.476 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:45.476 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:45.476 INFO [WorkbenchTestable][AbstractEditor] Close editor and save it 07:27:45.476 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:45.477 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 07:27:46.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 'Save .*'] is available. finished successfully 07:27:46.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:27:46.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:46.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:46.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:27:46.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:46.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.004 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.004 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:27:46.004 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:46.004 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:27:46.004 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:46.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:46.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:46.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:46.005 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:27:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:46.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:46.005 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:46.005 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:27:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:27:46.047 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:46.047 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:46.047 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:46.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:46.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:46.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:46.047 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:46.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:46.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:46.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.050 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:46.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.051 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.051 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:46.052 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:46.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:46.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:46.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.064 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:46.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:46.064 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:46.064 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:46.064 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:46.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:46.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:46.065 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:46.066 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:46.066 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:46.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:46.067 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:46.067 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:46.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:46.067 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:46.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:46.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:46.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:46.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.068 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:47.068 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:47.068 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:47.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.069 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:47.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:47.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:47.070 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:47.070 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:47.071 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:47.071 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:47.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:47.071 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:47.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:47.071 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:47.071 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:47.071 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:47.071 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:47.073 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:47.073 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:47.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:47.073 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:47.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:47.074 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:47.074 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:47.074 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:47.096 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:47.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:47.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:47.096 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:47.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:47.096 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:47.097 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:47.097 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:47.128 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:47.129 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:47.129 DEBUG [main][EditorHandler] 0 editor(s) found 07:27:47.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:47.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:47.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:47.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:47.129 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:47.129 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:47.129 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:47.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:47.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:47.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:47.129 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:47.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.131 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.131 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:47.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.133 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.133 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:47.133 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:47.133 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:47.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.135 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:47.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:47.135 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:47.135 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:47.136 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:47.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:47.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:47.136 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:47.137 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:47.137 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.138 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.138 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:47.138 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:47.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:47.139 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:47.139 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:47.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:47.639 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:47.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.140 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:48.140 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:48.140 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:48.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.141 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.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 07:27:48.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.141 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:48.142 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:48.142 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:48.142 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:48.142 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:48.142 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:48.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:48.142 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:48.143 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:48.143 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:48.143 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:48.145 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:48.145 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:48.145 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:48.145 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:48.145 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:48.147 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:48.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:48.147 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:48.169 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:48.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:48.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:48.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:48.169 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:48.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:48.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72aebbd3 is found... 07:27:48.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72aebbd3 is found finished successfully 07:27:48.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:48.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.171 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.171 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.171 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:48.172 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.172 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.172 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:48.172 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:48.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:48.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.176 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.176 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:48.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:48.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:48.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:48.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:48.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:48.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:48.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:48.212 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.216 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.216 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:48.216 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:48.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.218 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.218 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:48.218 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:48.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:48.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:48.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:48.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:48.719 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:48.720 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:49.220 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.220 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:49.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:49.220 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:49.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:49.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.221 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.221 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.221 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.221 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:49.221 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:49.221 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:49.222 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:49.222 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:27:49.222 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:49.222 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:49.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:49.222 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:49.223 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:49.223 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:49.223 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:49.224 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:49.224 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:27:49.225 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:49.225 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:49.225 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:49.226 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:49.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:49.226 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:49.248 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:49.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:49.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:49.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:49.248 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:49.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:49.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4db6394d is found... 07:27:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4db6394d is found finished successfully 07:27:49.249 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:49.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.249 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.250 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:49.250 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:49.251 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:27:49.256 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.257 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.257 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:49.257 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734bc697 is found... 07:27:49.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@734bc697 is found finished successfully 07:27:49.258 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:27:49.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.258 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:49.259 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:49.259 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest1.min 07:27:49.272 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.272 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 07:27:49.272 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:49.272 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:49.273 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:49.273 DEBUG [main][EditorHandler] 2 editor(s) found 07:27:49.273 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:49.278 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:49.278 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:27:49.304 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:27:49.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:49.304 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:49.304 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:49.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:49.304 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:49.304 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:49.304 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:49.304 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:49.304 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.306 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:49.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.308 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.308 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:49.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:49.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:49.308 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:49.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:49.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:49.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:49.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:49.310 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:49.310 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:49.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:49.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:49.311 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:49.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:49.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:49.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.312 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:49.312 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:49.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:49.313 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:49.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:49.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:49.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:49.814 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.314 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:50.314 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:50.314 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:50.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.315 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.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 07:27:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.315 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.315 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.315 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.315 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:50.315 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:50.315 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:50.316 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:50.316 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:50.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:50.316 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:50.316 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:50.316 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:50.316 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:50.316 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:50.316 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:50.318 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:50.319 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:50.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:50.319 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:50.319 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:50.320 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:50.320 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:50.320 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:50.343 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:50.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:50.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:50.343 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:50.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:50.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:50.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.346 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.346 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:50.346 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.346 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.346 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:50.346 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:50.347 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:50.347 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:50.347 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:50.373 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:50.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:50.373 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:50.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:50.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:50.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:50.373 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:50.374 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:50.374 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:50.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:50.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:50.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:50.374 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:50.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.376 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:50.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.378 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:50.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:50.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:50.378 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:50.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 '\*?\QPackage Explorer\E') 07:27:50.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.380 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:50.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:50.380 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:50.380 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:50.380 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:50.380 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:50.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:50.381 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:50.382 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:50.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:50.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.382 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.382 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:50.382 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:50.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:50.383 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:50.383 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:50.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.383 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:50.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:50.883 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.383 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.384 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:51.384 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:51.384 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:51.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.384 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.385 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:51.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.385 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.385 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.385 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:51.385 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:51.385 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:51.386 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:51.386 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:51.386 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:51.386 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:51.386 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:51.386 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:51.386 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:51.386 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:51.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:51.388 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:51.388 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:51.389 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:51.389 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:51.390 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:51.390 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:51.390 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:51.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:51.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:51.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:51.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:51.413 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:51.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:51.414 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:51.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.415 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:51.416 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.416 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.416 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:51.416 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:51.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:27:51.416 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:51.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:51.417 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:51.417 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:51.417 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:51.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:51.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:51.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:51.419 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:27:51.419 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:27:51.419 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:51.420 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:51.420 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:51.420 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:27:51.420 DEBUG [main][MenuItemLookup] Found menu:'File' 07:27:51.420 DEBUG [main][MenuItemLookup] Item match:File 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'' 07:27:51.421 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:27:51.421 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:27:51.421 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:27:51.421 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:27:51.421 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:27:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:27:51.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:27:51.424 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.424 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - titleToolTip - Eclipse Platform TooltipText=null 07:27:51.424 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:51.424 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:51.425 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:51.425 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:51.425 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:51.457 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:51.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:51.457 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:51.457 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:51.457 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:51.458 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:51.458 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:51.458 INFO [WorkbenchTestable][RequirementsRunner] Started test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:51.458 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:51.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.460 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:51.460 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.462 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:51.462 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:51.462 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:51.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.462 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:51.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:51.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:51.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:51.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:51.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:51.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:51.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:51.478 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:51.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:51.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.478 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:51.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:51.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:51.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:51.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:51.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:51.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:51.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:52.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:52.980 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.980 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:52.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:52.980 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:52.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:52.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:52.981 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:52.981 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:52.981 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:52.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:52.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:52.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:52.981 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:52.982 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:52.982 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:52.982 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:52.982 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:52.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:52.982 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:52.982 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:52.982 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:52.982 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:52.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:52.984 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:52.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:52.984 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:52.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:52.985 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:52.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:52.985 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:53.005 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:53.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:53.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:53.005 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:53.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:53.006 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:53.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.006 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.008 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:53.008 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.008 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:53.009 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:53.009 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:53.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:27:53.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:53.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:53.010 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:53.010 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.010 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.010 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:53.010 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:27:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:53.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:53.010 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:53.010 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:53.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:27:53.011 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:27:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:53.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:53.012 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:27:53.012 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:27:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.012 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.012 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.012 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:27:53.012 INFO [WorkbenchTestable][AbstractButton] Click button Save 07:27:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:27:53.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:27:53.012 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:27:53.012 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:27:53.013 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:27:53.014 DEBUG [main][EditorHandler] 1 editor(s) found 07:27:53.014 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:53.038 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:53.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:53.039 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:27:53.039 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:27:53.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:27:53.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:27:53.039 INFO [WorkbenchTestable][RequirementsRunner] Finished test: isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:53.039 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:27:53.039 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:27:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:27:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:27:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:27:53.039 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:27:53.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.041 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:53.041 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:27:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:53.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:27:53.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:53.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:53.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:53.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:53.045 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:53.045 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:27:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:27:53.046 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:27:53.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:53.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:53.047 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:53.047 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:53.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:53.048 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:53.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:53.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:53.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:53.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:54.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:54.049 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:54.049 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:54.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:54.050 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:54.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:54.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:54.050 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:54.050 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:27:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:54.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:54.051 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:54.051 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:54.051 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:54.051 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:54.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:54.053 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:27:54.053 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:27:54.053 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:27:54.053 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:27:54.054 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:27:54.054 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:54.054 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:54.075 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:54.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:54.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:54.075 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:54.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:27:54.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:54.077 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:54.078 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:54.078 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:54.078 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:54.078 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:54.079 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.081 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.081 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:27:54.081 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.083 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.083 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:27:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:27:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:27:54.083 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:27:54.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:27:54.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:54.086 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:54.086 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:27:54.086 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:54.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:54.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:54.113 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:54.113 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:54.114 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:54.114 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:54.114 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:54.114 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:54.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:54.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:54.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:55.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:55.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:27:55.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:27:55.115 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:27:55.115 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:27:55.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:55.116 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:55.116 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:27:55.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:27:55.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:27:55.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:27:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:27:55.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:27:55.117 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:27:55.117 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:27:55.117 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:27:55.117 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:27:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:27:55.117 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:27:55.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:27:55.117 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:27:55.118 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:55.118 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:55.118 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:55.120 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:55.120 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:27:55.120 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:27:55.120 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:27:55.120 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:27:55.125 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:27:55.125 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:27:55.125 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:27:55.144 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:27:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:27:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:27:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:27:55.144 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:27:55.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:27:55.145 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:27:55.152 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:27:55.152 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:27:55.152 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:27:55.152 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:27:55.153 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:27:55.153 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:27:55.170 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:27:55.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e7ce37f is found... 07:28:05.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e7ce37f is found failed, an exception will be thrown 07:28:05.177 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:05.177 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:05.177 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:28:05.210 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:28:05.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:05.211 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:05.211 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:05.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:05.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:05.211 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:05.211 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:05.211 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:05.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:05.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:05.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:05.211 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:05.212 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:05.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:05.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:05.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:05.216 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:05.216 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:05.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:05.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:05.216 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:05.216 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:05.217 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:05.217 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:05.219 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:05.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:05.219 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:05.219 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:05.219 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:05.219 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:05.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:05.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:05.220 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:05.221 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:05.221 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:05.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:05.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:05.222 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:05.222 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:05.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:05.222 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:05.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:05.222 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:05.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:05.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:05.723 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:06.223 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:06.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:06.224 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:06.224 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:06.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:06.225 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:06.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 07:28:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.225 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:06.225 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:06.225 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:06.226 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:06.226 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:06.226 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:06.226 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:06.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:06.226 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:06.227 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:06.227 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:06.227 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:06.229 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:06.229 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:06.229 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:06.229 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:06.230 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:06.231 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:06.231 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:06.231 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:06.253 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:06.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:06.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:06.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:06.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:06.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:06.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:06.254 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.254 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.256 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:06.256 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:06.256 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:06.256 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:06.256 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:06.256 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:06.257 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:28:06.257 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:06.257 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:28:06.257 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.257 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:06.257 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:06.257 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:06.257 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:06.257 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:06.257 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:06.259 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:06.259 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:06.259 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:06.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available.... 07:28:06.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 07:28:06.785 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:28:06.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:06.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:06.787 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:28:06.787 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:06.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.787 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:28:06.787 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:06.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:06.788 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:28:06.788 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:06.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:06.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:06.788 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:28:06.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:06.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:06.788 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:06.788 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:28:06.825 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:28:06.825 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:06.825 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:06.826 DEBUG [main][EditorHandler] 0 editor(s) found 07:28:06.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:06.826 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:06.826 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:06.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:06.826 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:06.826 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:06.826 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:06.826 INFO [WorkbenchTestable][RequirementsRunner] Started test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:06.826 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:06.827 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:06.827 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.829 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.829 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:06.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:06.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:06.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:06.832 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:06.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:06.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.832 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.834 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:06.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:06.834 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:06.834 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:06.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:06.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:06.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:06.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:06.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:06.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:06.846 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:06.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:06.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:06.847 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:06.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:06.847 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:06.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:07.347 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:07.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:07.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:07.848 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:07.848 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.849 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:07.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:07.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:07.849 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:07.850 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:07.850 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:07.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:07.850 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:07.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:07.851 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:07.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:07.852 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:07.852 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:07.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:07.852 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:07.853 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:07.854 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:07.854 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:07.854 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:07.874 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:07.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:07.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:07.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:07.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28: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 '\*?\QeditorTest.min\E') 07:28:07.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.875 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:07.876 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:07.877 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.877 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:07.877 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:07.877 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:07.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: 8, Matcher matching widgets with text that without mnenomic matches: is "Make Dirty") 07:28:07.878 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:07.878 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "editorTest.min"as the parent 07:28:07.878 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.878 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.878 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:07.878 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:07.878 INFO [WorkbenchTestable][AbstractButton] Click button Make Dirty 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:07.878 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:07.878 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:07.878 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d94d60f is found... 07:28:07.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d94d60f is found finished successfully 07:28:07.880 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:07.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:07.880 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:07.881 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:07.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:07.881 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:07.881 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:07.881 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:28:07.881 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:07.882 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:07.882 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:07.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 'Save .*'] is available.... 07:28:08.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Save .*'] is available. finished successfully 07:28:08.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Save Resource 07:28:08.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:08.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:08.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:28:08.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:08.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:08.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Save") 07:28:08.408 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:08.408 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Save Resource" as the parent 07:28:08.408 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:08.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:08.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:08.409 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:08.409 INFO [WorkbenchTestable][AbstractButton] Click button &Save 07:28:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:08.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:08.409 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:08.409 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:28:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:28:08.451 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:08.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:08.451 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:08.451 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:08.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:08.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:08.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:08.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:08.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:08.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:08.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:08.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:08.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:08.452 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.454 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:08.454 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:08.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.458 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:08.458 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:08.458 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:08.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 '\*?\QPackage Explorer\E') 07:28:08.458 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:08.458 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:08.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:08.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:08.460 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:08.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:08.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:08.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:08.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:08.461 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:08.462 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:08.462 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:08.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:08.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:08.463 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:08.463 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:08.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:08.463 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:08.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:08.463 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.463 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:08.964 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:08.964 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:09.464 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.464 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:09.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:09.464 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:09.464 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:09.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.465 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.465 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:09.465 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.465 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.466 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.466 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:09.466 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:09.466 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:09.466 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:09.466 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:09.467 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:09.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:09.467 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:09.467 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:09.467 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:09.467 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:09.468 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:09.469 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:09.469 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:09.469 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:09.469 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:09.472 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:09.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:09.472 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:09.486 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:09.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:09.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:09.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:09.486 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:09.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:09.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') 07:28:09.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:09.492 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.492 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.492 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:09.492 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:09.493 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.493 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:28:09.493 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:09.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:28:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:09.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:09.494 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:28:09.494 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - titleToolTip - Eclipse Platform' 07:28:09.494 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:09.494 DEBUG [main][MenuItemLookup] Item match:File 07:28:09.494 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:09.495 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:09.495 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:09.495 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:09.495 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:09.495 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:09.525 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:09.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:09.525 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:09.525 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:09.525 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:09.526 INFO [WorkbenchTestable][RequirementsRunner] Finished test: saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:09.526 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:09.526 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:09.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:09.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:09.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:09.526 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:09.526 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.528 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:09.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.529 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:09.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:09.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') 07:28:09.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:09.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:09.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:09.532 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:09.532 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:09.532 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:09.533 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:09.533 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:09.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.534 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:09.534 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:09.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:09.534 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:09.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:09.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:09.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:10.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:10.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:10.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:10.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:11.036 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:11.036 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:11.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:11.036 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:11.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:11.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:11.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:11.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:11.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:11.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:11.037 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:11.037 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:11.038 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:11.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:11.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:11.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:11.039 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:11.039 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:11.039 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:11.040 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:11.040 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:11.040 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:11.040 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:11.040 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:11.042 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:11.042 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:11.042 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:11.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:11.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:11.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:11.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:11.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@235daeab is found... 07:28:21.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@235daeab is found failed, an exception will be thrown 07:28:21.078 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:21.078 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:21.078 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:21.099 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:21.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:21.099 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:21.099 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:21.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:21.099 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:21.099 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:21.100 INFO [WorkbenchTestable][RequirementsRunner] Started test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:21.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:21.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:21.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:21.100 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:21.100 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.101 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.101 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:21.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:21.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:21.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:21.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:21.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:21.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:21.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:21.105 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:21.105 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:21.105 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:21.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:21.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:21.106 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:21.107 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:21.107 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:21.107 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.108 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:21.108 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:21.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:21.108 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:21.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:21.108 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:21.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:21.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:22.109 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:22.109 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:22.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.110 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:22.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.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:22.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:22.110 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.110 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:22.110 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:22.111 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:22.111 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:22.111 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:22.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:22.111 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:22.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:22.111 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:22.112 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:22.112 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:22.112 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:22.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:22.115 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:22.115 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:22.115 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:22.115 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:22.117 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:22.117 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:22.117 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:22.140 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:22.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:22.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:22.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:22.140 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:22.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:22.142 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:22.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:22.142 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.144 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:22.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:22.144 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.144 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:22.144 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:22.144 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:22.145 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.145 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:28:22.145 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:28:22.145 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:22.171 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:22.171 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:22.171 DEBUG [main][EditorHandler] 0 editor(s) found 07:28:22.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:22.171 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:22.171 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:22.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:22.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:22.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:22.172 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:22.172 INFO [WorkbenchTestable][RequirementsRunner] Started test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:22.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:22.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:22.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:22.172 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:22.172 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.174 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.174 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:22.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.175 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:22.176 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:22.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:22.176 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:22.176 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:22.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:22.178 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:22.178 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:22.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:22.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:22.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:22.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:22.179 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:22.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:22.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:22.180 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:22.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:22.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:22.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:22.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:22.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:22.681 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:22.681 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:23.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.182 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:23.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:23.182 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:23.182 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:23.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.183 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.183 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.183 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.183 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:23.183 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:23.183 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:23.183 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:23.183 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:23.183 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:23.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:23.184 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:23.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:23.184 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:23.184 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:23.185 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:23.185 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:23.185 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:23.185 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:23.186 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:23.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:23.187 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:23.187 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:23.206 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:23.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:23.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:23.206 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:23.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:23.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.209 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.209 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:23.209 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.211 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:28:23.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:23.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:23.211 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:28:23.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 '\*?\QPackage Explorer\E') 07:28:23.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.211 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.213 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:23.213 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:23.213 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:23.213 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:23.213 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:23.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.237 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.237 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:23.237 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:23.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.238 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.238 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:23.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:23.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:23.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:23.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:23.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.239 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:23.739 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:23.739 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.239 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:24.240 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:24.240 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:24.240 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:24.241 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:24.241 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:24.242 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest1.min of tree item testProject 07:28:24.242 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:24.242 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:24.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:24.242 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:24.242 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:28:24.242 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:28:24.242 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:28:24.244 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:28:24.244 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest1.min 07:28:24.244 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest1.min 07:28:24.244 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest1.min 07:28:24.245 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest1.min about selection 07:28:24.246 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest1.min 07:28:24.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:24.246 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:24.271 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:24.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:24.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:24.271 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:24.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:24.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest1.min\E') 07:28:24.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:24.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:24.274 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.274 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:24.274 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:24.274 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:24.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18c23061 is found... 07:28:24.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@18c23061 is found finished successfully 07:28:24.275 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:24.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.275 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.277 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.277 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:24.277 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:24.277 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:28:24.283 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.283 DEBUG [WorkbenchTestable][EditorHandler] Focused control=null 07:28:24.283 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:24.283 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:24.290 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:24.290 DEBUG [main][EditorHandler] 2 editor(s) found 07:28:24.290 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:24.302 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:24.303 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest1.min 07:28:24.331 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest1.min is closed 07:28:24.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:24.331 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:24.331 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:24.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:24.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:24.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:24.332 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:24.332 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:24.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:24.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:24.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:24.332 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:24.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.335 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.335 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:24.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.336 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:24.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:24.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') 07:28:24.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:24.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:24.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:24.339 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:24.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:24.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:24.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:24.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:24.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:24.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:24.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:24.341 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:24.342 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:24.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:24.342 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:24.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:24.342 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:24.842 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:24.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:25.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:25.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:25.343 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:25.343 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:25.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.344 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.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 07:28:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.344 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:25.344 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:25.344 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:25.345 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:25.345 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:25.345 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:25.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:25.345 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:25.345 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:25.345 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:25.345 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:25.347 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:25.347 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:25.347 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:25.347 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:25.347 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:25.348 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:25.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:25.348 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:25.371 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:25.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:25.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:25.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:25.371 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:25.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:25.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') 07:28:25.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:25.373 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.373 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.373 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:25.373 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:25.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 '\*?\QeditorTest.min\E') 07:28:25.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.376 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.376 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:25.376 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.376 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Button Text=Make Dirty TooltipText=null 07:28:25.376 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:25.376 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:25.376 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:25.401 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:25.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:25.402 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:25.402 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:25.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:25.402 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:25.402 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:25.402 INFO [WorkbenchTestable][RequirementsRunner] Started test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:25.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:25.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:25.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:25.402 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:25.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.405 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:25.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.408 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:25.408 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:25.408 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:25.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:25.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:25.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:25.411 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:25.411 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:25.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:25.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:25.411 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:25.412 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:25.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:25.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.413 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.413 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:25.413 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:25.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:25.414 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:25.414 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:25.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.414 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:25.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:25.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.414 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.415 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.415 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:26.415 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:26.415 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:26.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.415 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:26.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.416 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.416 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:26.416 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:26.416 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:26.417 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:26.417 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:26.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:26.417 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:26.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:26.417 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:26.417 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:26.417 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:26.417 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:26.419 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:26.419 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:26.419 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:26.419 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:26.419 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:26.420 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:26.420 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:26.420 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:26.440 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:26.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:26.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:26.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:26.440 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:26.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:26.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:26.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.443 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:26.443 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.443 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.443 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:26.443 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:26.444 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:26.444 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:26.444 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:26.469 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:26.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:26.469 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:26.469 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:26.469 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:26.470 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:26.470 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:26.470 INFO [WorkbenchTestable][RequirementsRunner] Started test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:26.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:26.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:26.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:26.470 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:26.470 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.472 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.472 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:26.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.474 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.474 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:26.474 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:26.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 '\*?\QPackage Explorer\E') 07:28:26.474 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.474 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.476 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:26.476 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:26.476 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:26.476 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:26.476 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:26.476 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:26.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:26.477 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:26.478 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:26.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:26.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.478 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:26.478 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:26.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:26.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:26.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:26.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.479 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:26.979 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:26.979 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:27.479 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:27.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:27.480 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:27.480 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:27.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.480 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.480 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:27.481 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:27.481 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:27.481 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:27.481 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest.min of tree item testProject 07:28:27.481 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:27.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:27.482 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:27.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:27.482 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:27.482 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:27.482 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:27.482 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:27.483 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:27.483 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest.min 07:28:27.483 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest.min 07:28:27.484 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest.min 07:28:27.484 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest.min about selection 07:28:27.485 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest.min 07:28:27.485 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:27.485 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:27.505 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:27.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:27.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:27.505 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:27.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:27.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.508 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.508 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E'' is already open. Activate. 07:28:27.508 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.510 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.510 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:28:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:27.510 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:28:27.510 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QPackage Explorer\E') 07:28:27.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.510 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.512 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:27.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:27.512 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:27.512 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:27.512 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:27.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.539 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:27.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:27.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.539 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.540 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:27.540 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:27.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:27.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:27.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:27.540 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:27.540 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.040 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.040 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.541 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.541 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:28.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:28.541 INFO [WorkbenchTestable][AbstractView] Activate view Package Explorer 07:28:28.541 INFO [WorkbenchTestable][AbstractCTabItem] Activate Package Explorer 07:28:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.542 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.542 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:28.542 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:28.542 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:28.542 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Package Explorer' 07:28:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item editorTest+.min of tree item testProject 07:28:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item testProject 07:28:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item testProject is already expanded. No action performed 07:28:28.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:28.543 INFO [WorkbenchTestable][TreeItemHandler] Expanded: testProject 07:28:28.543 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 07:28:28.543 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 07:28:28.543 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 07:28:28.545 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 07:28:28.545 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item editorTest+.min 07:28:28.545 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item editorTest+.min 07:28:28.545 DEBUG [main][TreeItemHandler] Selecting tree item: editorTest+.min 07:28:28.545 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item editorTest+.min about selection 07:28:28.546 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: editorTest+.min 07:28:28.546 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:28.546 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:28.566 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:28.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:28.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:28.566 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:28.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e0402a1 is found... 07:28:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e0402a1 is found finished successfully 07:28:28.567 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest+.min\E') 07:28:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:28.568 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:28.568 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.568 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.568 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:28.568 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:28.569 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:28.569 DEBUG [main][EditorHandler] 2 editor(s) found 07:28:28.569 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:28.574 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:28.574 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest+.min 07:28:28.598 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest+.min is closed 07:28:28.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:28.598 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:28.598 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:28.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:28.598 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) 07:28:28.599 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:28.599 DEBUG [main][EditorHandler] 0 editor(s) found 07:28:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.599 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:28.599 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.600 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:28.600 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:28.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.601 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:28.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:28.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:28.601 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:28.601 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:28.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.610 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:28.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:28.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.611 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:28.611 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:28.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:28.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:28.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:28.611 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:28.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:29.111 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:29.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:29.612 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:29.612 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:29.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:29.612 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:29.612 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:29.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:29.613 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:29.613 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:29.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:29.613 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:29.613 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:29.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:29.613 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:29.613 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:29.614 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:29.614 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:29.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:29.614 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:29.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:29.614 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:29.614 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:30.114 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.114 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:30.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:30.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:30.615 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:30.615 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:30.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:30.616 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:30.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 07:28:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:30.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:30.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:30.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:30.616 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:30.616 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:30.616 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:30.617 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:30.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:30.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:30.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:30.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:30.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:30.617 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:28:30.617 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:28:30.617 DEBUG [main][TreeItemHandler] Set Tree selection 07:28:30.617 DEBUG [main][TreeHandler] Notify Tree about selection event 07:28:30.623 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:28:30.624 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 07:28:30.624 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:28:30.624 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'New' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:30.654 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:28:30.654 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:28:30.654 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:28:30.655 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:28:30.655 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:28:30.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:30.655 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:28:31.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:31.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:31.155 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:31.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:31.155 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:28:31.155 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'New' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:31.172 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:31.172 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:28:31.172 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:28:31.172 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:28:31.172 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:28:31.183 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:28:31.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:28:31.738 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:28:31.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:31.741 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:28:31.741 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:31.741 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:28:31.741 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:31.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:31.742 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:31.748 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:28:31.748 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:28:31.748 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:28:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:31.748 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:31.748 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:31.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 "OK") 07:28:31.748 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:28:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:31.748 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:28:31.748 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:28:31.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:31.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:31.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:31.749 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:31.749 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:28:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:31.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:31.749 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:31.749 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:31.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:28:31.752 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:28:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:28:32.253 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:28:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:32.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:28:32.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:28:32.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:32.253 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:32.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:32.253 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.253 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:28:32.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:32.254 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:32.254 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.EditorTest 07:28:32.254 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:32.254 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:32.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 62.716 s - in org.eclipse.reddeer.workbench.test.editor.EditorTest getTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.404 s closeDirtyEditorsWithoutSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.08 s getEditorFileTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 3.209 s closeNotDirty no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.092 s testEditorAsReferencedComposite no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.08 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.122 s closeDirtyWithoutSave no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s closeDirtyWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.615 s noEditorsOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.081 s getEditorByTitleTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.175 s testTitleToolTip no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.069 s saveEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.084 s isDirtyTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.581 s closeNotActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 12.172 s closeDirtyEditorsWithSaveTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.615 s findDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.626 s saveNotDirtyEditor no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.074 s getEditorByTitleWrongTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 11.573 s noEditorOpenedTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.072 s switchEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.16 s testTitleImage no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.07 s getActiveEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 1.068 s getEditorByTitleRegexTest no-configuration(org.eclipse.reddeer.workbench.test.editor.EditorTest) Time elapsed: 2.128 s Running org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:32.263 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:32.264 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:28:32.264 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:32.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:32.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:32.264 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:28:32.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:32.264 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:28:32.264 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:32.265 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:28:32.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:28:32.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:28:32.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.265 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:28:32.265 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.265 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:32.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.265 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.265 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:32.265 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:28:32.265 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:28:32.266 DEBUG [main][MenuItemLookup] Item match:Window 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:32.266 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:28:32.266 DEBUG [main][MenuItemLookup] Item match:Preferences 07:28:32.266 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:28:32.266 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:28:32.266 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:28:32.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:28:32.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:28:32.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:28:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.344 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:28:32.344 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.345 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:28:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:28:32.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:28:32.346 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:28:32.346 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.346 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.347 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.347 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:32.347 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:28:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:32.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:32.347 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:32.347 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:28:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:28:32.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.364 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:32.364 DEBUG [main][EditorHandler] 0 editor(s) found 07:28:32.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:32.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.366 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.366 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.366 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:32.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:32.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:32.367 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.367 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:32.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:32.367 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:32.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.368 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:28:32.368 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.368 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:28:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:32.369 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:32.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:32.369 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:28:32.371 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:32.371 DEBUG [main][EditorHandler] 0 editor(s) found 07:28:32.371 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.371 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "New Project"] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.372 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:32.373 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:28:32.373 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:32.373 DEBUG [main][MenuItemLookup] Item match:File 07:28:32.374 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:32.374 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:32.375 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:28:32.375 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:28:32.386 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:28:32.386 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:28:32.386 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:28:32.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:28:32.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:28:32.454 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:28:32.455 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.456 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:32.456 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.456 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:28:32.456 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.456 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.456 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.461 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.461 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:28:32.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:32.462 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:32.462 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:32.462 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:28:32.462 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:32.463 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:32.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:32.463 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:32.463 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:28:32.463 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:28:32.463 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:28:32.466 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:28:32.466 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:32.466 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:28:32.466 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:28:32.466 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.466 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.467 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.467 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:32.467 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:28:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:32.467 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:32.467 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:32.467 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:32.500 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:32.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.500 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:28:32.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:28:32.500 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:28:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:32.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:32.501 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:28:32.501 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:32.501 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'testProject' 07:28:32.502 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:28:32.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.502 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.503 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.504 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:28:32.504 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:28:32.504 INFO [WorkbenchTestable][AbstractText] Text set to: testProject 07:28:32.506 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:28:32.506 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:28:32.506 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:28:32.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:32.506 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:32.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:32.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:32.507 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:32.508 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:28:32.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:32.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:32.537 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:32.537 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:32.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:28:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:28:33.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:33.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:33.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 07:28:33.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:33.042 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:33.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.044 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.044 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.045 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.045 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:33.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:33.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:33.047 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:33.047 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:28:33.047 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:33.047 DEBUG [main][MenuItemLookup] Item match:File 07:28:33.047 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:33.047 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:33.048 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:28:33.048 DEBUG [main][MenuItemLookup] Item match:Import... 07:28:33.048 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 07:28:33.048 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 07:28:33.048 INFO [main][MenuItemHandler] Select menu item: &Import... 07:28:33.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:28:33.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:28:33.106 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:28:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:33.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:33.108 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:28:33.108 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.109 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:28:33.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.109 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:33.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:28:33.110 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:28:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:28:33.111 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:33.111 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:33.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:33.612 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:28:33.613 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:33.613 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:33.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:33.613 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:33.613 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Existing Projects into Workspace 07:28:33.613 DEBUG [main][TreeItemHandler] Selecting tree item: Existing Projects into Workspace 07:28:33.614 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Existing Projects into Workspace about selection 07:28:33.616 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Existing Projects into Workspace 07:28:33.616 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:28:33.616 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:28:33.616 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:28:33.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.616 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.617 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:28:33.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:33.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:33.618 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:33.618 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:33.663 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:28:33.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.690 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:28:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:33.691 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:28:33.691 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:28:33.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:28:33.691 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:28:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:33.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:33.692 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 07:28:33.692 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:33.702 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting root directory to '/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/' 07:28:33.703 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 07:28:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.704 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.704 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.704 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.704 INFO [WorkbenchTestable][AbstractButton] Click button Select roo&t directory: 07:28:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:33.704 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:33.704 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:33.704 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:33.707 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Combo with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 07:28:33.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.708 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.708 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Combo and index 0 was found 07:28:33.709 INFO [WorkbenchTestable][AbstractCombo] Set text of Combo /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/target/work/data/testProject to:/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.workbench.test/resources/TextEditorTestProject/ 07:28:33.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Refresh") 07:28:33.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.743 INFO [WorkbenchTestable][AbstractButton] Click button R&efresh 07:28:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:33.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:33.743 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:33.743 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:33.751 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and no matchers specified 07:28:33.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded... 07:28:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until at least one project is loaded finished successfully 07:28:33.753 INFO [WorkbenchTestable][WizardProjectsImportPage] Setting copy checkbox to true 07:28:33.753 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 16, Matcher matching widgets with text that without mnenomic matches: is "Select root directory:") 07:28:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.753 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.datatransfer.WizardProjectsImportPage, index 0 and following matchers specified (Widget matcher matching widgets with style: 32, Matcher matching widgets with text that without mnenomic matches: is "Copy projects into workspace") 07:28:33.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.755 INFO [WorkbenchTestable][CheckBox] Select checkbox &Copy projects into workspace 07:28:33.755 INFO [WorkbenchTestable][CheckBox] Check checkbox &Copy projects into workspace 07:28:33.755 INFO [WorkbenchTestable][AbstractButton] Click button &Copy projects into workspace 07:28:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:33.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:33.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:33.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:33.756 TRACE [WorkbenchTestable][ExternalProjectImportWizardDialog] Shell Import is not null and is not disposed 07:28:33.756 INFO [WorkbenchTestable][ExternalProjectImportWizardDialog] Finish wizard 07:28:33.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.wizards.datatransfer.ExternalProjectImportWizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:28:33.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:33.756 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:33.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:33.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:33.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:33.758 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:28:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:33.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:33.758 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:33.758 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:28:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:28:34.282 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:34.282 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 07:28:34.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' has no excuses, wait for it 07:28:35.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:28:35.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:35.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:35.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:35.283 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:35.283 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:35.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:35.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:35.284 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:35.284 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:35.285 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:35.285 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:35.285 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:35.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:35.285 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:35.285 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:35.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:35.286 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:35.286 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:35.286 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:35.286 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:35.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:35.286 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:35.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:35.287 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:35.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:35.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:35.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:35.288 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:35.288 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:35.288 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:35.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:35.289 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:35.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:35.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:35.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:35.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:35.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:36.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:36.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:36.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:36.299 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:36.299 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:36.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:36.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:36.300 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:36.300 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:36.300 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:36.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:36.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:36.300 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:36.301 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:36.301 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:36.301 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:36.301 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:36.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:36.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:36.802 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:36.804 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:36.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:36.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:37.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:37.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:37.305 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:37.305 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:37.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:37.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:37.806 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:37.807 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:37.807 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:37.807 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:37.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:37.851 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:37.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:37.851 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:37.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:37.859 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:37.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:37.859 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:39.049 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:39.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 2 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:39.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:39.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3466ee7 is found... 07:28:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3466ee7 is found finished successfully 07:28:39.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:39.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:39.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:39.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:39.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:39.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:39.156 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:39.156 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:39.158 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 13] 07:28:39.239 INFO [WorkbenchTestable][Keyboard] Type text "a" 07:28:39.352 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:39.352 INFO [WorkbenchTestable][Keyboard] As char:a, as int:97 07:28:39.954 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:39.955 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:39.955 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:39.955 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:39.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:39.956 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:39.956 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:39.956 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:39.956 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:39.956 DEBUG [main][MenuItemLookup] Item match:File 07:28:39.957 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:39.957 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:39.957 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:39.958 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:39.958 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:39.973 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:39.973 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:39.973 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:40.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:40.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:40.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:40.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:40.042 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:40.042 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:40.042 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:28:40.042 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:40.156 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:40.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:40.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:40.157 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:40.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:40.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:40.158 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:40.159 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:40.159 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:40.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:40.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:40.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:40.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:40.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:40.160 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:40.160 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:40.161 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:40.163 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:40.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:40.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:40.163 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:40.164 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:40.164 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:40.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:40.164 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:40.164 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:40.164 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:40.664 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:40.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:41.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:41.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:41.166 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:41.166 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:41.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.167 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:41.167 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:41.167 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:41.168 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:41.168 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:41.168 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:41.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:41.168 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:41.169 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:41.169 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:41.169 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:41.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:41.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:41.170 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:41.170 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:41.170 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:41.170 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:41.170 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:41.170 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:41.170 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:41.170 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:41.184 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:41.184 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:41.184 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:41.184 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:41.185 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:41.190 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:41.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:41.190 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:41.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:41.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java indexing... 3 files to index (/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/jrt-fs.jar)' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:41.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:41.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67961b8c is found... 07:28:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@67961b8c is found finished successfully 07:28:41.478 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:41.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:41.478 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.480 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:41.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:41.480 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:41.481 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.481 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/************a******************************************************************* package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:41.481 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:41.540 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.540 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:41.540 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:41.540 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:41.540 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:41.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:41.541 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:41.541 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:41.541 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:41.541 DEBUG [main][MenuItemLookup] Item match:File 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:41.542 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:41.542 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:41.623 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:41.623 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:41.625 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:41.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:41.637 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.637 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:41.637 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:41.637 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:41.637 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:41.828 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:41.829 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:41.829 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:41.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:41.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:41.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:41.829 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:41.829 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.830 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:41.830 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:41.830 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.831 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:41.831 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:41.831 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:41.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') 07:28:41.831 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:41.831 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.832 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:41.832 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:41.832 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:41.832 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:41.832 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:41.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:41.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:41.833 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:41.834 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:41.834 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:41.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.834 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:41.835 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:41.835 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:41.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:41.835 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:41.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:41.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:41.835 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:42.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:42.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:42.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:42.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:42.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:42.836 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:42.836 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:42.837 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:42.837 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:42.838 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:42.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:42.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:42.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:42.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:42.838 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:42.838 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:42.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:42.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:42.839 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:42.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:42.839 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:42.840 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:42.840 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:42.840 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:42.850 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:42.851 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:42.851 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:42.851 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:42.851 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:42.861 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:42.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:42.861 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:43.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:43.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37a89905 is found... 07:28:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@37a89905 is found finished successfully 07:28:43.059 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:43.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:43.059 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:43.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:43.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:43.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:43.062 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:43.062 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:43.063 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:43.063 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:43.064 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 07:28:43.081 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 07:28:43.097 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:43.097 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:43.698 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:43.698 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:28:44.299 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:44.300 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:28:44.901 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:44.901 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:45.502 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:45.502 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:46.103 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:46.103 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:28:46.704 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:46.704 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:28:47.305 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:47.305 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:28:47.906 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:47.907 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:47.907 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:47.907 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:47.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:47.908 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:47.908 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:47.908 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:47.908 DEBUG [main][MenuItemLookup] Item match:File 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:47.909 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:47.909 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:47.910 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:47.910 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:47.910 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:47.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:47.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:47.948 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:47.949 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:47.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:47.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:47.951 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:47.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:47.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:47.952 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:47.952 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:47.952 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:47.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:47.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:47.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:47.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:47.953 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:47.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:47.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:47.986 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:47.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:47.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:47.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:47.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:47.987 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:47.987 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:47.987 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:47.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:47.988 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:47.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:47.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:47.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:48.488 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:48.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:48.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:48.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:48.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:48.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:48.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:48.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:48.990 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:48.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:48.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:48.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:48.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:48.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:48.990 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:48.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:48.991 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:48.991 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:48.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:48.992 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:48.992 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:48.992 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:48.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:48.993 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:48.993 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:48.993 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:48.993 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:49.003 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:49.003 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:49.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:49.003 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:49.004 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:49.013 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:49.013 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:49.014 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:49.050 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:49.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:49.051 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ff03ace is found... 07:28:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1ff03ace is found finished successfully 07:28:49.052 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:49.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:49.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:49.054 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:49.055 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.055 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:49.055 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:49.070 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.071 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:49.071 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:49.071 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:49.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:49.071 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:49.071 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:49.071 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:49.071 DEBUG [main][MenuItemLookup] Item match:File 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:49.072 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:49.072 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:49.073 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:49.073 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:49.073 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:49.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:49.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:49.107 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.107 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:49.107 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:49.107 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:49.108 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:49.198 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:49.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:49.198 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:49.198 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:49.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:49.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:49.199 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:49.199 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:49.199 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:49.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:49.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:49.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:49.199 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:49.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:49.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.201 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:49.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:49.202 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:49.202 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:49.202 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:49.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:49.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:49.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:49.238 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.238 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:49.239 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:49.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.241 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:49.241 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:49.241 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:49.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:49.242 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:49.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:49.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.242 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:49.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:49.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:50.243 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.243 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:50.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:50.243 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:50.243 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:50.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.244 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:50.244 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:50.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.244 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:50.245 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:50.245 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:50.245 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:50.245 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:50.246 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:50.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:50.246 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:50.247 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:50.247 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:50.247 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:50.254 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:50.255 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:50.255 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:50.255 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:50.255 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:50.261 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:50.261 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:50.262 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:50.384 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:50.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:50.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:50.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60d7f7db is found... 07:28:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@60d7f7db is found finished successfully 07:28:50.389 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:50.389 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:50.389 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:50.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:50.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:50.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:50.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.400 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:50.400 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:50.401 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:50.401 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:28:51.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:51.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:51.401 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:51.401 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:51.402 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:28:51.402 DEBUG [main][MenuItemLookup] Item match:Edit 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:51.403 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:28:51.403 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:28:51.407 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Java Non-Type Proposals" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Te&mplate Proposals" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Word Proposals" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Chain Template Proposals" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"" 07:28:51.408 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Parameter &Hints Shift+Ctrl+Space" 07:28:51.409 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.409 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.409 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:51.410 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.410 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.410 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:51.411 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:51.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') 07:28:51.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:51.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:51.412 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:51.412 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.412 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.444 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.445 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.445 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:51.445 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:51.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:51.446 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:51.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:51.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.446 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:51.946 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:51.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:52.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:52.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:52.447 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.447 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:52.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.448 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:52.448 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:52.448 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:52.448 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.449 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:52.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.449 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:52.449 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:52.449 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:52.450 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:52.457 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:52.458 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:52.458 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:52.458 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:52.458 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:52.463 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:52.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:52.463 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:52.494 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:52.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65fd2215 is found... 07:28:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@65fd2215 is found finished successfully 07:28:52.495 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:52.495 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.495 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.497 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.497 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:52.497 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.497 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.498 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:52.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.515 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:52.515 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.515 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.515 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:52.515 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:52.515 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:52.516 DEBUG [main][MenuItemLookup] Item match:File 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.516 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:52.516 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:52.517 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:52.517 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:52.517 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:52.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:52.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:52.546 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.546 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:52.546 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:52.546 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:52.546 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:52.643 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:52.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:52.643 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:52.643 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:52.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:52.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:52.644 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:52.644 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:52.644 INFO [WorkbenchTestable][RequirementsRunner] Started test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:52.644 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:28:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.645 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.645 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:28:52.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.646 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.646 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:52.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:52.647 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:28:52.647 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:52.647 DEBUG [main][MenuItemLookup] Item match:File 07:28:52.648 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:52.648 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:52.649 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:28:52.649 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:28:52.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:28:52.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:28:52.650 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:28:52.710 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:28:52.714 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:28:52.714 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:28:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.715 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:52.715 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:28:52.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:28:52.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:28:52.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:28:52.725 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:52.725 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:28:52.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:52.725 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:28:52.731 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:28:52.731 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:28:52.731 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:28:52.733 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:28:52.733 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:28:52.733 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:28:52.733 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:28:52.733 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:52.734 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:28:52.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:52.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:52.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:52.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:52.764 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:28:52.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.764 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:28:52.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.765 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:28:52.765 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:28:52.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:28:52.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.768 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.768 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:28:52.768 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:28:52.769 INFO [WorkbenchTestable][AbstractText] Text set to: editorTest.min 07:28:52.769 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:28:52.769 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.769 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:28:52.770 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:28:52.771 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:28:52.771 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:28:52.771 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:28:52.771 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:28:52.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.772 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:28:52.773 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:28:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:28:52.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:28:52.773 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:28:52.773 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:28:52.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:28:52.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:28:52.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:52.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:52.852 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QeditorTest.min\E') 07:28:52.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.852 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.854 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.854 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:52.854 DEBUG [WorkbenchTestable][EditorHandler] Activating workbench part editorTest.min 07:28:52.870 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.870 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.870 DEBUG [WorkbenchTestable][EditorHandler] No control in opened view has a focus! 07:28:52.870 DEBUG [WorkbenchTestable][EditorHandler] Setting implicit focus... 07:28:52.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.872 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:52.872 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.872 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - titleToolTip - Eclipse Platform 07:28:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:52.873 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - titleToolTip - Eclipse Platform' 07:28:52.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.873 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:52.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:52.873 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:52.873 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.873 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.892 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.892 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.892 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.893 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:52.893 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:52.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:52.893 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:52.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:52.893 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:52.893 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.394 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.394 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.894 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:53.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:53.894 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:53.895 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:53.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:53.895 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:53.895 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:53.895 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:53.895 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:53.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:53.895 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:53.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:53.896 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:53.896 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:53.896 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:53.896 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:53.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:53.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:53.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:53.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:53.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:53.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:53.897 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:53.897 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:53.897 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:53.897 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:53.905 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:53.905 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:53.905 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:53.905 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:53.905 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:53.917 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:53.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:53.917 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:54.067 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:54.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2214f1f2 is found... 07:28:54.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2214f1f2 is found finished successfully 07:28:54.074 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:54.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:54.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:54.075 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:54.076 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.076 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:54.076 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:54.103 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.103 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:54.103 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:54.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:54.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:54.104 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:54.104 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:54.104 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:54.104 DEBUG [main][MenuItemLookup] Item match:File 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:54.105 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:54.105 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:54.105 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:54.105 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:54.105 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:54.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:54.151 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.151 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:54.151 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:54.151 DEBUG [main][EditorHandler] 2 editor(s) found 07:28:54.151 DEBUG [WorkbenchTestable][EditorHandler] Closing editor editorTest.min 07:28:54.159 DEBUG [WorkbenchTestable][EditorHandler] Editor editorTest.min is closed 07:28:54.159 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:54.329 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:54.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:54.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:54.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:54.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:54.330 INFO [WorkbenchTestable][RequirementsRunner] Finished test: notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:54.330 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:54.330 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:54.330 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:54.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.331 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:54.331 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:54.331 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.332 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:54.332 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:54.332 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:54.332 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:54.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:54.332 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:54.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:54.333 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:54.333 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:54.333 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:54.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:54.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:54.334 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:54.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:54.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:54.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.335 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:54.335 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:54.335 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:54.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:54.336 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:54.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:54.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.336 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:54.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:54.837 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:55.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:55.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:55.337 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.337 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.338 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.338 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.338 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:55.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:55.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:55.338 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:55.339 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:55.339 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:55.339 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:55.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:55.339 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:55.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:55.339 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:55.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:55.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:55.340 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:55.340 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:55.340 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:55.340 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:55.349 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:55.349 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:55.349 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:55.349 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:55.350 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:55.354 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:55.355 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:55.355 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:55.480 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:55.480 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17a9898d is found... 07:28:55.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@17a9898d is found finished successfully 07:28:55.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') 07:28:55.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:55.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:55.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.494 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:55.494 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5 07:28:55.494 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 5, offser 0 07:28:55.497 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.498 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.498 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:55.498 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.499 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.499 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:55.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:55.499 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:55.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:55.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:55.500 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:55.500 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.500 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.547 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:55.547 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:55.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:55.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:55.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:55.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:55.547 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.048 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:56.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:56.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.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 07:28:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.550 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:56.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:56.550 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:56.550 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:56.551 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:56.551 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:56.551 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:56.551 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:56.552 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:56.559 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:56.559 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:56.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:56.559 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:56.560 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:56.564 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:56.564 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:56.564 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:56.596 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:56.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a376da0 is found... 07:28:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4a376da0 is found finished successfully 07:28:56.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:56.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.599 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.599 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.599 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:56.599 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.599 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:56.599 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:28:56.614 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.614 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:56.614 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:28:56.614 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:28:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:56.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:56.615 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:56.615 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:28:56.615 DEBUG [main][MenuItemLookup] Found menu:'File' 07:28:56.615 DEBUG [main][MenuItemLookup] Item match:File 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'' 07:28:56.616 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:28:56.616 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:28:56.616 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:28:56.616 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:28:56.616 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:28:56.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:28:56.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:28:56.652 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.652 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:56.652 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:28:56.652 DEBUG [main][EditorHandler] 1 editor(s) found 07:28:56.653 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:28:56.762 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:28:56.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:56.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:28:56.762 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:28:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:28:56.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:28:56.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:56.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:28:56.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:28:56.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:28:56.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:28:56.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:28:56.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:28:56.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.764 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:28:56.764 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.765 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:28:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:28:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:28:56.766 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:28:56.766 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:28:56.766 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.766 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.767 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:56.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:56.767 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:56.767 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.767 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:28:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:28:56.768 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:28:56.769 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.769 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.770 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:56.770 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:56.770 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:56.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:56.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:56.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:57.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:57.771 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:28:57.772 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:28:57.772 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:28:57.772 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:28:57.772 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:57.773 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:28:57.773 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:28:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:57.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:57.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:57.773 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:28:57.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:28:57.773 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:28:57.773 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:28:57.774 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:28:57.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:28:57.774 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:28:57.774 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:57.774 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:57.775 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:57.782 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:57.782 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:28:57.783 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:28:57.783 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:28:57.783 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:28:57.787 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:28:57.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:28:57.787 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:28:57.909 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:28:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:28:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:28:57.909 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@567424e5 is found... 07:28:57.914 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@567424e5 is found finished successfully 07:28:57.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:28:57.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:28:57.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:28:57.928 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:28:57.928 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:28:57.928 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:28:57.928 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:28:57.928 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:28:57.929 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:57.929 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:58.130 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:58.338 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:58.338 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:58.538 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:58.741 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:58.741 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:58.941 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:59.144 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:28:59.144 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:28:59.344 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:28:59.547 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:28:59.547 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:28:59.747 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:00.748 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 1 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { 07:29:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.772 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.772 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:00.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.773 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.773 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:00.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:00.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:00.774 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:00.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:00.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:00.775 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:00.775 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:00.775 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.775 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.816 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.817 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.817 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.817 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.818 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:00.818 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:00.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:00.818 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:00.818 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:00.818 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:00.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.319 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.319 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.819 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.819 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:01.819 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:01.820 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:01.820 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:01.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:01.820 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:01.820 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:01.820 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:01.820 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.821 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:01.821 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:01.821 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:01.821 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:01.821 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:01.821 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:01.821 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.821 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:01.821 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:01.822 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:01.822 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:01.822 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:01.822 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:01.822 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:01.835 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:01.838 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:01.838 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:01.838 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:01.838 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:01.845 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:01.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:01.845 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:01.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:01.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@365118c5 is found... 07:29:01.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@365118c5 is found finished successfully 07:29:01.885 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:01.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:01.885 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:01.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:01.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:01.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:01.889 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:01.889 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:01.889 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:01.932 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:01.933 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:01.933 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:01.933 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:01.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:01.933 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:01.934 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:01.934 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:01.934 DEBUG [main][MenuItemLookup] Item match:File 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:01.935 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:01.935 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:01.935 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:01.935 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:01.935 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:01.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:01.968 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:01.968 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:01.969 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:01.969 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:01.969 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:02.065 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:02.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:02.065 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:02.065 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:02.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:02.066 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:02.066 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:02.066 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:02.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:02.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:02.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:02.066 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:02.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.067 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.067 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:02.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.068 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:02.069 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:02.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 '\*?\QProject Explorer\E') 07:29:02.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:02.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:02.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:02.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:02.070 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.070 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:02.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:02.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:02.072 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.072 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.073 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:02.073 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:02.073 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:02.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:02.074 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:02.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:02.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.074 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:02.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:02.574 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:03.075 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.075 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:03.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:03.075 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:03.075 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:03.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.076 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:03.076 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:03.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.076 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.076 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:03.076 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:03.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:03.076 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:03.077 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:03.077 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:03.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.077 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:03.077 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.077 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:03.077 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:03.077 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:03.078 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:03.078 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:03.078 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:03.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:03.078 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:03.078 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:03.078 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:03.078 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:03.085 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:03.085 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:03.085 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:03.085 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:03.085 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:03.090 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:03.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:03.090 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:03.216 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:03.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dac1bd0 is found... 07:29:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2dac1bd0 is found finished successfully 07:29:03.232 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:03.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:03.232 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:03.234 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:03.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:03.234 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:03.234 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:03.235 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:03.235 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:03.235 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:03.435 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:03.640 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:03.640 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:03.840 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:04.043 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:04.043 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:04.243 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:04.446 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:04.446 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:04.646 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:04.849 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:04.849 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:05.049 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:06.052 INFO [WorkbenchTestable][TextEditor] Select text in editor with index 2 /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } 07:29:06.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:06.053 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:06.053 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:06.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:06.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:06.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:06.054 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:06.054 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:06.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:06.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:06.055 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:06.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:06.055 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:06.055 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:06.055 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:06.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:06.086 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:06.086 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:06.086 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:06.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:06.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:06.087 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:06.087 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:06.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:06.087 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:06.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:06.087 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:06.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:06.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:06.588 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:07.088 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:07.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:07.088 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.088 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.089 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:07.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.089 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:07.090 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:07.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:07.090 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:07.090 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:07.090 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:07.090 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:07.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:07.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:07.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:07.091 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:07.091 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:07.091 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:07.091 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:07.091 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:07.099 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:07.099 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:07.099 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:07.099 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:07.100 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:07.104 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:07.105 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:07.105 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:07.137 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:07.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bd35c5c is found... 07:29:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@bd35c5c is found finished successfully 07:29:07.138 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:07.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.138 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:07.140 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:07.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:29:07.140 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:07.159 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.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 07:29:07.159 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:07.159 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:07.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:07.160 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:07.160 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:07.160 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:07.160 DEBUG [main][MenuItemLookup] Item match:File 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:07.161 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:07.161 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:07.161 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:07.161 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:07.161 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:07.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:07.189 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.189 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:07.190 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:07.190 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:07.190 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:07.294 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:07.294 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:07.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:07.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:07.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:07.295 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:07.295 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:07.295 INFO [WorkbenchTestable][RequirementsRunner] Started test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:07.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:07.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:07.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:07.295 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:07.295 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.296 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:07.296 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.296 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.297 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:07.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:07.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:07.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.298 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:07.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:07.298 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:07.298 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.298 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:07.298 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:07.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.300 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:07.300 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:07.300 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:07.301 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:07.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:07.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:07.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:07.801 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:08.301 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:08.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:08.302 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:08.302 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:08.302 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:08.303 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:08.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.303 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.303 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:08.303 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:08.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:08.303 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:08.303 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:08.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:08.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:08.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:08.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:08.304 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:08.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:08.311 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:08.312 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:08.312 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:08.312 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:08.312 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:08.316 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:08.316 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:08.316 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:08.434 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:08.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@142ca206 is found... 07:29:08.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@142ca206 is found finished successfully 07:29:08.447 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:08.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:08.447 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:08.448 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:08.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:08.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:08.449 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.449 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.449 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:08.475 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.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; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.475 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:08.475 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:08.475 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:08.475 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:08.476 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:08.476 DEBUG [main][MenuItemLookup] Item match:File 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:08.476 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:08.476 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:08.477 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:08.477 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:08.477 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:08.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:08.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:08.508 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:08.508 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:08.509 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:09.509 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:09.515 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:10.515 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 07:29:10.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.519 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:10.519 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:10.519 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.520 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:10.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:10.520 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:10.520 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:10.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:10.520 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.521 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:10.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:10.521 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:10.521 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:10.521 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:10.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:10.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:10.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:10.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:10.553 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:10.553 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:10.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:10.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:10.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:10.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:10.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:11.054 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:11.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:11.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:11.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:11.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:11.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:11.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:11.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:11.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:11.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:11.556 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:11.556 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:11.556 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:11.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:11.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:11.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:11.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:11.557 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:11.557 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:11.557 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:11.557 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:11.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:11.563 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:11.563 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:11.563 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:11.564 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:11.570 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:11.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:11.570 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:11.605 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:11.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@121554fb is found... 07:29:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@121554fb is found finished successfully 07:29:11.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:11.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:11.609 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.610 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemY.out.println(""); } } TooltipText=null 07:29:11.610 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:11.619 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.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 07:29:11.619 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:11.619 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:11.619 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:11.619 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:11.620 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:11.620 DEBUG [main][MenuItemLookup] Item match:File 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:11.620 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:11.620 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:11.621 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:11.621 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:11.621 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:11.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:11.632 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:11.651 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.651 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:11.651 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:11.651 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:11.651 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:11.746 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:11.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:11.746 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:11.746 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:11.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:11.747 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:11.747 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:11.747 INFO [WorkbenchTestable][RequirementsRunner] Started test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:11.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:11.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:11.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:11.747 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:11.747 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.748 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:11.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.749 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:11.749 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:11.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') 07:29:11.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.749 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:11.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:11.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:11.750 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:11.750 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:11.750 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:11.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:11.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:11.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:11.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:11.752 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:11.753 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:11.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:11.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:11.753 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:12.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.253 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:12.753 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.754 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:12.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:12.754 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.754 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.755 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:12.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 07:29:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:12.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:12.755 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:12.756 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.756 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.756 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:12.756 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:12.757 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:12.757 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:12.757 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:12.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:12.757 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:12.757 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:12.757 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:12.757 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:12.764 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:12.764 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:12.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:12.764 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:12.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:12.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:12.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:12.769 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:12.881 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:12.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:12.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:12.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30c075cf is found... 07:29:12.886 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@30c075cf is found finished successfully 07:29:12.887 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:12.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.887 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.896 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.896 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:12.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.897 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:12.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.897 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:12.897 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 13] 07:29:12.911 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.911 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:12.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.914 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.914 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:12.914 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.915 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.915 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:12.915 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:12.915 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:12.915 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.915 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.916 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:12.916 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:12.916 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:12.916 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.916 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:12.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.947 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:12.948 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:12.948 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:12.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:12.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:12.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:12.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:12.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:13.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:13.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:13.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:13.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:13.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:13.949 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:13.949 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:13.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:13.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:13.950 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:13.950 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:13.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:13.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:13.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:13.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:13.950 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:13.951 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:13.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:13.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:13.951 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:13.951 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:13.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:13.952 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:13.952 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:13.952 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:13.952 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:13.959 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:13.960 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:13.960 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:13.960 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:13.960 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:13.964 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:13.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:13.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:13.995 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:13.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1851449a is found... 07:29:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1851449a is found finished successfully 07:29:13.997 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:13.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:13.997 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:13.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:13.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:13.999 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:13.999 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:13.999 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:13.999 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:14.011 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.011 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:14.011 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:14.011 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:14.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:14.012 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:14.012 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:14.012 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:14.012 DEBUG [main][MenuItemLookup] Item match:File 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:14.013 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:14.013 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:14.013 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:14.013 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:14.013 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:14.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:14.040 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.041 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:14.041 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:14.041 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:14.041 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:14.096 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:14.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:14.096 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:14.096 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:14.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:14.096 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:14.097 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:14.097 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:14.097 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:14.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:14.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:14.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:14.097 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:14.097 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.098 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:14.098 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.098 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.098 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:14.099 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:14.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:14.099 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.099 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:14.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:14.099 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:14.099 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.099 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:14.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:14.100 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:14.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.101 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:14.101 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:14.101 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:14.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:14.102 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:14.102 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:14.102 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.102 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:14.602 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:14.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:15.103 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.103 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:15.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:15.103 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:15.103 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:15.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.104 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:15.104 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:15.104 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.104 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:15.104 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:15.104 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:15.105 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:15.105 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:15.105 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:15.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:15.105 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:15.105 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:15.105 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:15.105 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:15.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:15.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:15.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:15.106 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:15.106 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:15.106 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:15.106 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:15.115 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:15.116 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:15.116 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:15.116 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:15.116 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:15.121 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:15.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:15.121 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:15.238 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29be9c92 is found... 07:29:15.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@29be9c92 is found finished successfully 07:29:15.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:15.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:15.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.255 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:15.255 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:15.255 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.255 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:15.255 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19 07:29:15.255 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 19, offser 0 07:29:15.266 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:15.266 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:15.266 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.270 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:15.270 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:15.270 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.270 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 07:29:15.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.271 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.271 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:15.271 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.272 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:15.272 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:15.272 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:15.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:15.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:15.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:15.273 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:15.273 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:15.273 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:15.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.308 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:15.308 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:15.308 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.309 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:15.309 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:15.309 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:15.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:15.310 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:15.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:15.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:15.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:15.811 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.311 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:16.311 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.311 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.312 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:16.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.312 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:16.312 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:16.312 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:16.313 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:16.313 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:16.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:16.313 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:16.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:16.313 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:16.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:16.314 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:16.314 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:16.314 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:16.314 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:16.319 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:16.319 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:16.319 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:16.320 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:16.320 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:16.324 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:16.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:16.324 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:16.356 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e986caa is found... 07:29:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7e986caa is found finished successfully 07:29:16.358 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:16.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:16.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:16.360 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.360 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } newText TooltipText=null 07:29:16.360 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:16.374 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.374 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:16.374 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:16.374 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:16.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:16.374 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:16.375 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:16.375 DEBUG [main][MenuItemLookup] Item match:File 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:16.375 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:16.375 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:16.376 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:16.376 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:16.376 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:16.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:16.403 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:16.404 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.404 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:16.404 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:16.404 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:16.404 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:16.479 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:16.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:16.479 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:16.479 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:16.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:16.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:16.479 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:16.480 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:16.480 INFO [WorkbenchTestable][RequirementsRunner] Started test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:16.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:16.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:16.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:16.480 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:16.480 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.481 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:16.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:16.482 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:16.482 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.482 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.482 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:16.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:16.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:16.482 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.482 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:16.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:16.483 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:16.484 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.484 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.484 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:16.485 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:16.485 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:16.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:16.485 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:16.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:16.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:16.985 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:16.986 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:17.486 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.486 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:17.486 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:17.486 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:17.486 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:17.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.487 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:17.487 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:17.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:17.487 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:17.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:17.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:17.487 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:17.487 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:17.488 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:17.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:17.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:17.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:17.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:17.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:17.488 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:17.488 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:17.489 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:17.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:17.489 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:17.489 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:17.489 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:17.489 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:17.495 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:17.496 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:17.496 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:17.496 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:17.496 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:17.500 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:17.500 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:17.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:17.612 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:17.612 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@833e493 is found... 07:29:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@833e493 is found finished successfully 07:29:17.617 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:17.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:17.617 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:17.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:17.631 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:17.631 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:17.631 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.631 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:17.631 INFO [WorkbenchTestable][TextEditor] Set cursor position to [0, 0] 07:29:17.639 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0 07:29:17.639 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 0, offser 0 07:29:17.647 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.647 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:17.647 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:17.647 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:17.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:17.647 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:17.647 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:17.648 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:17.648 DEBUG [main][MenuItemLookup] Item match:File 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.648 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:17.648 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:17.649 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:17.649 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:17.649 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:17.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:17.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:17.676 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.676 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:17.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:17.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:17.676 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:17.676 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:17.676 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:17.676 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:17.677 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:29:17.677 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:29:17.678 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:17.678 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:17.678 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:29:17.678 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:18.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:18.678 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:18.679 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Undo Typing Ctrl+Z' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:18.679 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:29:18.680 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:29:18.680 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:29:18.680 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:29:18.681 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:29:18.681 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:29:18.681 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:29:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:29:18.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:18.840 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:18.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:18.850 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:18.850 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:18.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:18.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:29:18.852 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:18.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:18.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:29:18.861 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:18.862 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:29:18.862 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:29:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:18.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] abstract 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] class 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] enum 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] final 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] import 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] interface 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] public 07:29:18.863 DEBUG [WorkbenchTestable][ContentAssistant] record 07:29:18.864 DEBUG [WorkbenchTestable][ContentAssistant] sealed 07:29:18.864 DEBUG [WorkbenchTestable][ContentAssistant] new - create new object 07:29:18.865 DEBUG [WorkbenchTestable][ContentAssistant] nls - non-externalized string marker 07:29:18.865 DEBUG [WorkbenchTestable][ContentAssistant] runnable - runnable 07:29:18.866 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch case expression 07:29:18.866 DEBUG [WorkbenchTestable][ContentAssistant] switch - switch labeled expression 07:29:18.866 DEBUG [WorkbenchTestable][ContentAssistant] toarray - convert collection to array 07:29:18.867 DEBUG [WorkbenchTestable][ContentAssistant] Choose content assist proposal - enum 07:29:18.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:18.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:18.870 TRACE [main][WidgetHandler] Notify Table with event 13 07:29:18.870 TRACE [main][WidgetHandler] Wait for synchronization 07:29:18.870 TRACE [main][WidgetHandler] Notify Table with event 14 07:29:18.870 TRACE [main][WidgetHandler] Wait for synchronization 07:29:18.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:18.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:18.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.904 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.904 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:18.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.905 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:18.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:18.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:18.936 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:18.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:18.936 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.937 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:18.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:18.937 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:18.937 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:18.937 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:18.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:18.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:18.964 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:18.964 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:18.964 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:18.971 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:18.971 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:18.971 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:18.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:18.972 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:18.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:18.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:18.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:19.472 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:19.473 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:19.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:19.973 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:19.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:19.973 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:19.973 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:19.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:19.974 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:19.974 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:19.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:19.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:19.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:19.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:19.974 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:19.974 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:19.974 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:19.975 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:19.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:19.975 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:19.975 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:19.975 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:19.976 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:19.976 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:19.976 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:19.976 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:19.984 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:19.984 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:19.984 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:19.984 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:19.984 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:19.989 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:19.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:19.989 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:20.020 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:20.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:20.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:20.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:20.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:20.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:20.020 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:20.021 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:20.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@db5e790 is found... 07:29:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@db5e790 is found finished successfully 07:29:20.022 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:20.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:20.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:20.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:20.024 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:20.024 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.025 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=enum /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:20.025 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:20.030 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.030 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:20.030 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:20.030 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:20.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:20.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:20.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:20.043 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:20.043 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:20.044 DEBUG [main][MenuItemLookup] Item match:File 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:20.044 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:20.044 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:20.044 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:20.044 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:20.045 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:20.065 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:20.066 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.066 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:20.067 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:20.067 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:20.067 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:20.152 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:20.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:20.152 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:20.152 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:20.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:20.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:20.152 INFO [WorkbenchTestable][RequirementsRunner] Finished test: contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:20.152 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:20.153 INFO [WorkbenchTestable][RequirementsRunner] Started test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:20.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:20.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:20.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:20.153 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:20.153 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.153 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:20.154 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:20.154 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.154 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:20.154 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:20.155 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:20.155 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:20.155 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.155 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:20.155 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:20.155 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:20.155 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:20.155 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:20.156 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:20.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:20.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:20.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:20.158 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:20.158 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:20.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:20.158 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:20.158 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:20.158 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.158 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:20.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:20.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:21.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.159 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:21.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:21.159 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:21.159 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:21.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:21.160 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:21.160 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:21.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:21.160 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:21.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:21.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:21.160 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:21.161 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:21.161 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:21.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:21.161 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:21.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:21.161 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:21.162 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass1+.java of tree item test 07:29:21.162 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:21.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:21.162 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:21.162 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:21.162 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:21.162 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 07:29:21.162 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 07:29:21.162 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 07:29:21.171 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 07:29:21.171 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass1+.java 07:29:21.171 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass1+.java 07:29:21.171 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass1+.java 07:29:21.171 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass1+.java about selection 07:29:21.181 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass1+.java 07:29:21.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:21.181 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:21.295 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:21.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:21.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:21.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@449ee769 is found... 07:29:21.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@449ee769 is found finished successfully 07:29:21.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass1+.java\E') 07:29:21.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:21.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:21.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:21.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:21.326 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:21.326 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass1 { public JavaClass1() { System.out.println(""); } } TooltipText=null 07:29:21.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:21.327 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:21.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:21.328 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform 07:29:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:21.328 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass1+.java - Eclipse Platform' 07:29:21.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:21.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:21.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.329 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:21.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:21.329 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:21.329 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:21.329 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:21.361 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:21.361 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:21.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:21.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:21.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:21.362 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:21.362 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:21.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:21.362 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:21.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:21.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:21.863 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:21.863 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:22.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:22.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:22.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:22.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:22.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:22.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 07:29:22.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:22.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:22.365 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:22.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:22.365 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:22.365 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:22.365 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:22.365 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:22.365 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:22.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:22.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:22.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:22.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:22.366 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:22.366 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:22.366 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:22.366 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:22.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:22.379 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:22.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:22.379 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:22.380 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:22.388 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:22.388 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:22.389 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:22.479 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:22.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42f33f1c is found... 07:29:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@42f33f1c is found finished successfully 07:29:22.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:22.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:22.485 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.487 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:22.487 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:22.487 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:22.487 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.487 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:22.487 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:22.516 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.516 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:22.516 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:22.516 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:22.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:22.516 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:22.516 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:22.516 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:22.516 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:22.517 DEBUG [main][MenuItemLookup] Item match:File 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:22.517 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:22.517 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:22.540 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:22.540 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:22.540 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:22.547 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:22.548 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:22.549 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.549 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:22.549 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:22.549 DEBUG [main][EditorHandler] 2 editor(s) found 07:29:22.549 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass1+.java 07:29:22.628 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass1+.java is closed 07:29:22.628 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:22.686 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:22.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:22.686 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:22.686 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:22.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:22.686 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:22.686 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:22.686 INFO [WorkbenchTestable][RequirementsRunner] Started test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:22.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:22.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:22.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:22.686 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.687 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:22.687 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:22.687 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:22.688 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:22.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:22.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:22.689 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:22.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 '\*?\QProject Explorer\E') 07:29:22.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:22.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:22.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:22.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:22.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:22.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:22.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:22.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:22.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:22.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:22.692 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:22.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:22.692 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:22.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:22.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:22.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:22.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:22.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:22.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:23.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:23.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:23.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:23.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:23.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:23.694 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:23.694 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:23.695 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:23.695 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:23.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:23.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:23.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:23.695 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:23.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:23.696 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:23.696 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:23.696 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:23.696 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:23.696 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:23.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:23.696 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:23.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:23.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:23.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:23.697 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:23.697 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:23.697 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:23.705 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:23.705 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:23.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:23.705 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:23.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:23.710 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:23.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:23.710 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:23.829 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:23.829 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:23.830 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e8747a0 is found... 07:29:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2e8747a0 is found finished successfully 07:29:23.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:23.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:23.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:23.842 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:23.842 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:23.842 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:23.842 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:23.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 07:29:23.842 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:23.842 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:24.043 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:24.246 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:24.246 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:24.446 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:24.649 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:24.649 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:24.850 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:25.052 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:25.052 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:25.253 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:25.455 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:25.455 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:25.656 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:26.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:26.658 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:26.658 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:26.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:26.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:26.659 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:26.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:26.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:26.659 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:26.660 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:26.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:26.660 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:26.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:26.660 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:26.660 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:26.660 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:26.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:26.690 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:26.690 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:26.690 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:26.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:26.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:26.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:26.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:26.691 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:26.692 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:26.692 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:26.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:26.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:27.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:27.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:27.693 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:27.693 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:27.693 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:27.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.693 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:27.694 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:27.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:27.694 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.694 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:27.694 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:27.694 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:27.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:27.694 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:27.694 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:27.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:27.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:27.695 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:27.695 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:27.695 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:27.695 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:27.695 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:27.704 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:27.705 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:27.705 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:27.705 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:27.705 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:27.709 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:27.709 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:27.709 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:27.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:27.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c2cbc87 is found... 07:29:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@c2cbc87 is found finished successfully 07:29:27.740 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:27.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:27.740 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:27.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:27.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:27.743 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.743 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:29:27.743 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:27.761 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.761 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:27.761 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:27.761 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:27.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:27.762 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:27.762 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:27.762 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:27.762 DEBUG [main][MenuItemLookup] Item match:File 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:27.763 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:27.763 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:27.763 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:27.763 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:27.763 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:27.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:27.790 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.790 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:27.790 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:27.790 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:27.790 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:27.853 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:27.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:27.853 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:27.853 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:27.853 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:27.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:27.854 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:27.854 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:27.854 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:27.854 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:27.854 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.855 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:27.855 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:27.855 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.856 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:27.856 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:27.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:27.857 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:27.857 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:27.857 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:27.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:27.858 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:27.858 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:27.858 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:27.858 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:27.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:27.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:27.858 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:27.859 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:27.859 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:27.860 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:27.860 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:27.860 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:27.860 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:27.860 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:27.860 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:28.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:28.861 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.861 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:28.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:28.861 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:28.861 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:28.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:28.862 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:28.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:28.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:28.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:28.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:28.862 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:28.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:28.862 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:28.863 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:28.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:28.863 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:28.863 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:28.863 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:28.864 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:28.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:28.864 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:28.864 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:28.864 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:28.864 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:28.870 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:28.871 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:28.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:28.871 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:28.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:28.875 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:28.875 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:28.876 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:28.981 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:28.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fbaa7c4 is found... 07:29:28.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3fbaa7c4 is found finished successfully 07:29:28.987 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:28.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:28.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:28.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:28.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:28.988 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:28.988 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:28.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:28.989 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:28.989 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.990 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:28.990 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:28.990 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:28.990 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:28.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:28.990 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:28.991 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:28.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:28.991 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:28.991 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:28.991 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:29.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:29.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:29.022 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:29.022 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:29.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:29.022 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:29.023 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:29.023 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:29.023 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:29.023 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:29.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.023 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:29.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:29.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:30.024 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.024 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:30.024 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:30.024 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:30.024 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:30.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.025 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:30.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.025 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.025 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:30.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:30.026 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:30.026 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:30.026 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:30.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:30.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:30.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:30.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:30.027 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:30.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:30.027 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:30.027 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:30.033 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:30.034 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:30.034 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:30.034 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:30.034 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:30.038 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:30.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:30.038 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:30.068 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:30.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@646a64f0 is found... 07:29:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@646a64f0 is found finished successfully 07:29:30.070 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:30.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:30.072 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.072 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:30.072 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:30.087 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.087 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:30.087 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:30.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:30.088 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:30.088 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:30.088 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:30.088 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:30.088 DEBUG [main][MenuItemLookup] Item match:File 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:30.089 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:30.089 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:30.089 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:30.089 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:30.089 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:30.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:30.119 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.119 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:30.119 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:30.119 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:30.119 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:30.185 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:30.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:30.185 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:30.185 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:30.185 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:30.185 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:30.185 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:30.185 INFO [WorkbenchTestable][RequirementsRunner] Started test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:30.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:30.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:30.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:30.186 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:30.186 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.187 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:30.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.187 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.187 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:30.188 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:30.188 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:30.188 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:30.188 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:30.188 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:30.189 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:30.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:30.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:30.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:30.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:30.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:30.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:30.191 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:30.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:30.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:30.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:30.692 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:31.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:31.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:31.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:31.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:31.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.193 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:31.193 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:31.193 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:31.193 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:31.193 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:31.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:31.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:31.194 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:31.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:31.194 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:31.194 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:31.194 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:31.195 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:31.203 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:31.203 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:31.203 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:31.203 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:31.203 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:31.208 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:31.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:31.208 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:31.318 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:31.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:31.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:31.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7044959a is found... 07:29:31.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7044959a is found finished successfully 07:29:31.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:31.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.337 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.337 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.337 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:31.339 TRACE [WorkbenchTestable][WidgetHandler] Notify StyledText with event 35 07:29:31.339 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Revert File' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Show in Breadcrumb Shift+Alt+B' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Quick Outline Ctrl+O' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Quick Type Hierarchy Ctrl+T' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Open With' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Quick Fix Ctrl+1' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Refactor Shift+Alt+T' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Local History' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'References' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Declarations' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Run As' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Debug As' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Team' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Compare With' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Replace With' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:31.528 DEBUG [main][MenuItemLookup] Found menu:'Preferences...' 07:29:31.528 DEBUG [main][MenuItemLookup] Item match:Preferences... 07:29:31.528 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.529 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:31.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.529 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.530 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:31.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:31.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:31.530 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:31.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 '\*?\QProject Explorer\E') 07:29:31.530 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:31.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:31.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:31.531 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:31.531 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:31.576 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:31.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:31.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:31.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.577 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:31.577 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:31.577 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:31.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:31.578 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:31.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:31.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:31.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:32.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.078 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:32.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:32.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:32.579 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:32.579 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:32.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.580 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:32.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.580 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:32.580 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:32.580 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:32.580 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:32.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:32.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:32.581 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:32.581 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:32.581 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:32.581 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:32.581 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:32.586 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:32.587 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:32.587 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:32.587 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:32.587 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:32.593 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:32.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:32.593 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:32.626 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:32.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddf8c7d is found... 07:29:32.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ddf8c7d is found finished successfully 07:29:32.628 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:32.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.629 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.629 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.629 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:32.630 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.630 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:32.630 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:32.646 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.646 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:32.646 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:32.646 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.646 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.646 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:32.646 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:32.647 DEBUG [main][MenuItemLookup] Item match:File 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:32.647 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:32.647 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:32.648 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:32.648 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:32.648 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:32.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:32.676 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.676 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:32.676 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:32.676 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:32.676 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:32.773 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:32.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:32.773 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:32.773 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:32.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:32.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:32.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:32.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:32.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:32.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:32.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:32.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:32.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:32.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:32.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:32.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:32.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:32.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') 07:29:32.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:32.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:32.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:32.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:32.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:32.777 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:32.778 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:32.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:32.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.779 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:32.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:32.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:32.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:32.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:32.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:32.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:32.780 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.280 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:33.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:33.781 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:33.781 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:33.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:33.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:33.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 07:29:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:33.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:33.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:33.782 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:33.782 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:33.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:33.783 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:33.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:33.783 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:33.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:33.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:33.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:33.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:33.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:33.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:33.784 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:33.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:33.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:33.790 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:33.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:33.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:33.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:33.795 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:33.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:33.795 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:33.960 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:33.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:33.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:33.960 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c2e1287 is found... 07:29:33.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4c2e1287 is found finished successfully 07:29:33.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') 07:29:33.974 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:33.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:33.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:33.976 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:33.976 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:33.976 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:33.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:33.976 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:33.977 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:33.977 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:33.977 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:33.978 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:29:33.978 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:29:33.983 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:33.983 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:33.983 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:29:33.984 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:34.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:34.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:34.984 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:34.984 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:34.984 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:34.984 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:34.985 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:29:34.985 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:29:34.986 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:29:34.986 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:29:34.986 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:29:34.986 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:29:34.986 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:29:35.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:29:35.009 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:35.009 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.015 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:35.015 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.015 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:35.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:35.015 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:29:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:29:35.016 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:35.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:35.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:35.017 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 07:29:35.017 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:35.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, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:29:35.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:35.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.017 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:35.517 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:35.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:36.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:36.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:36.021 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:29:36.021 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:29:36.021 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:29:36.033 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:29:36.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:29:36.534 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.535 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:36.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.535 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.535 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:36.536 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:36.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.536 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.536 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:36.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:36.536 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:36.536 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:36.537 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:36.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:36.566 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:36.566 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:36.566 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:36.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:36.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:36.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:36.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:36.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:36.567 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:36.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:37.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:37.568 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.568 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:37.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:37.568 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:37.568 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:37.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:37.569 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.569 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:37.569 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:37.569 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:37.570 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:37.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:37.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:37.570 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:37.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:37.570 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:37.571 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:37.571 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:37.571 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:37.576 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:37.578 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:37.579 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:37.579 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:37.579 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:37.583 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:37.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:37.583 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:37.613 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:37.613 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@319b86f0 is found... 07:29:37.614 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@319b86f0 is found finished successfully 07:29:37.614 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:37.615 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.616 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.616 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.616 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:37.616 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.617 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:37.617 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:37.632 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.632 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:37.632 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:37.633 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.633 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.633 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:37.633 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:37.633 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:37.633 DEBUG [main][MenuItemLookup] Item match:File 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:37.634 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:37.634 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:37.634 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:37.634 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:37.634 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:37.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:37.662 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:37.663 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.663 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:37.663 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:37.663 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:37.663 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:37.738 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:37.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:37.738 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:37.738 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:37.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:37.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:37.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:37.741 INFO [WorkbenchTestable][RequirementsRunner] Started test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:37.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:37.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:37.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:37.741 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:37.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.742 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:37.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.743 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:37.743 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:37.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:37.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.744 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:37.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:37.744 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:37.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:37.745 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:37.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:37.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:37.745 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:37.746 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:37.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:37.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.747 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:37.747 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:37.747 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:37.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:37.748 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:37.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:37.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:37.748 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:38.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.248 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:38.748 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.749 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:38.749 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:38.749 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:38.749 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:38.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.749 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.750 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:38.750 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:38.750 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:38.750 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:38.750 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:38.750 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:38.750 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:38.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:38.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:38.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:38.751 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:38.751 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:38.751 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:38.751 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:38.762 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:38.762 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:38.762 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:38.762 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:38.762 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:38.767 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:38.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:38.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:38.874 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:38.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@232a1e94 is found... 07:29:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@232a1e94 is found finished successfully 07:29:38.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 '\*?\QJavaClass.java\E') 07:29:38.879 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:38.879 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:38.882 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:38.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:38.882 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:38.882 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.882 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:38.882 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:29:38.897 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:38.897 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:38.897 INFO [WorkbenchTestable][AbstractEditor] Open editor's quick fix assistant 07:29:38.897 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:39.897 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:39.898 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:40.098 INFO [WorkbenchTestable][Keyboard] As char:1, as int:49 07:29:41.099 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:29:41.099 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:41.099 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:41.113 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:41.115 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:41.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:41.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:41.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.115 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:41.615 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:41.615 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:42.116 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:42.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:29:42.117 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was not found 07:29:42.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:42.117 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:42.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:42.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:42.122 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:42.122 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:42.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:42.122 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.122 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:42.122 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:42.122 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:29:42.123 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:42.123 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Rename in file (Ctrl+2 R) 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Rename in workspace (Shift+Alt+R) 07:29:42.123 DEBUG [WorkbenchTestable][ContentAssistant] Create new JUnit test case for 'JavaClass.java' 07:29:42.123 INFO [WorkbenchTestable][AbstractShell] Close shell 07:29:42.123 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:29:42.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:42.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:42.145 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:42.146 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:42.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.146 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:42.146 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:42.147 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:42.147 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:42.147 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.147 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:42.147 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:42.147 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:42.147 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:42.147 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:42.177 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:42.177 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:42.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:42.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:42.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:42.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:42.178 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:42.178 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.178 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:42.678 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:42.679 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:43.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:43.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:43.179 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:43.179 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:43.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.180 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:43.180 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:43.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:43.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:43.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:43.180 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:43.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:43.180 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:43.181 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:43.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:43.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:43.181 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:43.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:43.181 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:43.182 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:43.182 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:43.182 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:43.187 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:43.189 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:43.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:43.189 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:43.190 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:43.194 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:43.194 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:43.194 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:43.224 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:43.224 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:43.224 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:43.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8b7cef is found... 07:29:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@4d8b7cef is found finished successfully 07:29:43.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:43.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:43.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:43.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:43.227 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:43.228 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.228 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:43.228 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:43.247 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.247 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:43.247 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:43.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:43.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:43.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:43.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:43.248 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:43.248 DEBUG [main][MenuItemLookup] Item match:File 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:43.248 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:43.249 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:43.249 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:43.249 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:43.249 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:43.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:43.276 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:43.277 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.277 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:43.277 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:43.277 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:43.277 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:43.342 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:43.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:43.342 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:43.342 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:43.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:43.342 INFO [WorkbenchTestable][RequirementsRunner] Finished test: quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:43.342 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:43.343 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:43.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:43.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:43.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:43.343 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:43.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.343 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:43.343 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:43.343 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.344 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:43.344 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:43.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:43.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:43.344 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:43.344 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:43.344 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:43.344 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:43.345 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:43.345 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:43.345 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:43.345 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:43.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:43.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:43.345 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:43.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:43.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:43.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:43.347 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:43.347 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:43.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:43.347 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:43.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:43.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:43.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:43.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:44.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:44.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:44.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:44.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:44.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:44.849 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:44.849 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:44.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:44.850 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:44.850 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:44.850 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:44.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:44.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:44.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:44.850 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:44.850 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:44.851 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:44.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:44.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:44.851 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:44.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:44.851 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:44.852 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:44.852 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:44.852 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:44.857 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:44.858 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:44.858 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:44.858 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:44.858 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:44.862 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:44.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:44.862 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:44.964 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:44.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:44.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:44.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e261574 is found... 07:29:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3e261574 is found finished successfully 07:29:44.970 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:44.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:44.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:44.971 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:44.971 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:44.971 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:44.972 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:44.972 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:44.972 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:44.972 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:45.172 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:45.375 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:45.375 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:45.575 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:45.778 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:45.778 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:45.979 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:46.181 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:46.181 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:46.381 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:46.584 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:46.584 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:46.784 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:47.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:47.788 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:47.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:47.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:47.788 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:47.789 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:47.789 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:47.789 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:47.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:47.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:47.789 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:47.790 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:47.790 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:47.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:47.800 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:47.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:47.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:47.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:47.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:47.801 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:47.801 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:47.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:47.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:47.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:47.801 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:47.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:48.302 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.302 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:48.802 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.802 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:48.802 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:48.803 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:48.803 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:48.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:48.803 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:48.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 07:29:48.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:48.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.803 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:48.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:48.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:48.804 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:48.804 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:48.804 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:48.804 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:48.804 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:48.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:48.804 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:48.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:48.804 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:48.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:48.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:48.805 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:48.805 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:48.805 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:48.805 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:48.810 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:48.811 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:48.811 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:48.811 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:48.811 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:48.815 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:48.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:48.815 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:48.846 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:48.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d79f6cb is found... 07:29:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3d79f6cb is found finished successfully 07:29:48.848 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:48.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:48.848 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.850 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:48.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:48.850 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:48.850 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:48.850 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { } TooltipText=null 07:29:48.850 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:48.868 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:48.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:48.868 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:48.868 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:48.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:48.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:48.869 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:48.869 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:48.869 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:48.869 DEBUG [main][MenuItemLookup] Item match:File 07:29:48.869 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:48.869 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:48.870 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:48.870 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:48.870 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:48.870 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:48.870 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:48.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:48.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:48.899 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:48.899 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:48.899 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:48.899 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:48.899 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:48.985 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:48.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:48.985 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:48.985 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:48.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:48.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:48.986 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:48.986 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:48.986 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:48.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:48.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:48.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:48.986 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:48.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:48.987 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:48.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:48.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:48.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:48.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:48.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:48.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:48.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:48.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:48.989 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:48.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:48.989 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:48.989 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:48.989 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:48.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:48.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:48.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:48.989 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:48.990 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:49.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:49.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:49.036 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:49.037 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:49.037 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:49.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:49.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:49.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:49.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:49.037 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:49.537 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:49.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:50.038 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:50.038 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:50.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:50.038 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:50.038 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:50.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:50.039 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:50.039 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:50.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:50.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:50.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:50.039 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:50.039 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:50.040 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:50.040 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:50.040 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:50.040 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:50.040 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:50.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:50.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:50.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:50.041 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:50.041 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:50.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:50.041 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:50.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:50.041 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:50.041 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:50.041 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:50.041 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:50.048 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:50.048 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:50.048 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:50.048 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:50.048 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:50.053 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:50.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:50.053 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:50.157 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:50.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a81eaeb is found... 07:29:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@a81eaeb is found finished successfully 07:29:50.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 '\*?\QJavaClass.java\E') 07:29:50.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:50.163 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:50.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:50.165 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:50.165 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:50.165 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:50.165 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:50.165 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:50.165 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:50.365 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:50.568 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:50.568 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:50.768 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:50.971 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:50.971 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:51.171 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:51.373 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:29:51.373 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:29:51.574 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:29:51.776 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:29:51.776 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:29:51.977 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:29:52.978 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:29:52.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:52.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:52.987 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:52.987 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:52.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:52.987 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:52.988 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:52.988 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:52.988 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:52.988 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:52.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:52.988 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:52.988 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:52.988 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:53.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:53.016 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:53.016 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:53.016 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:53.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:53.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:53.017 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:53.017 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:53.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:53.017 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:53.017 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:53.017 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:53.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:53.518 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:53.518 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:54.018 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.018 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:54.018 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:54.019 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:54.019 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:54.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.019 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:54.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 07:29:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:54.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:54.019 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:54.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:54.020 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:54.020 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:54.020 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:54.020 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:54.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:54.021 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:54.021 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:54.021 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:54.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:54.021 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:54.021 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:54.021 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:54.021 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:54.026 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:54.027 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:54.027 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:54.027 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:54.030 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:54.034 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:54.034 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:54.034 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:54.064 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:54.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d01bf6 is found... 07:29:54.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@d01bf6 is found finished successfully 07:29:54.066 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:54.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:54.066 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:54.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:54.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:54.068 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.068 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:54.068 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:54.086 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.086 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:54.086 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:54.087 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:54.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:54.087 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:54.087 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:54.087 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:54.087 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:54.087 DEBUG [main][MenuItemLookup] Item match:File 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:54.088 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:54.088 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:54.088 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:54.088 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:54.088 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:54.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:54.121 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:54.122 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.122 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:54.122 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:54.122 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:54.122 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:54.186 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:54.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:54.186 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:54.186 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:54.187 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:54.187 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:54.187 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:54.187 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:54.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:54.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:54.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:54.187 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:54.187 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:54.188 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:54.188 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.188 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:54.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:54.189 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:54.189 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:54.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:54.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:54.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:54.190 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:54.190 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:54.190 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:54.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:54.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:54.190 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:54.191 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:54.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:54.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:54.192 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:54.192 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:54.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:54.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:54.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:54.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:54.693 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:54.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:55.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:55.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:55.193 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:55.193 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:55.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:55.194 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:55.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:55.194 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.194 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:55.194 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:55.194 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:55.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:55.195 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:55.195 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:55.195 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:55.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:55.195 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:55.195 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:55.195 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:55.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:55.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:55.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:55.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:55.196 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:55.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:55.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:55.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:55.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:55.196 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:55.196 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:55.196 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:55.204 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:55.205 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:55.205 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:55.205 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:55.205 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:55.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:55.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:55.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:55.347 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:55.347 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:55.347 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:55.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dab7858 is found... 07:29:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@7dab7858 is found finished successfully 07:29:55.353 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:55.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:55.353 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.355 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:55.355 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:55.355 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:55.355 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:55.356 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:55.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:55.364 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:55.364 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:55.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:55.365 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:55.365 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:55.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:55.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:55.366 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:55.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:55.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:55.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:55.395 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:55.395 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:55.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:55.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:55.396 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:55.396 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:55.396 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:55.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:55.397 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:55.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:55.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:55.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:55.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:56.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:56.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:56.398 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:56.398 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:56.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.399 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:56.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:56.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:56.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:56.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:56.399 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:56.399 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:56.400 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:56.400 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:56.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:56.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:56.400 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:56.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:56.400 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:56.400 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:56.400 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:56.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:56.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:56.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:56.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:56.401 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:56.401 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:56.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:56.401 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:56.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:56.401 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:56.401 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:56.401 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:56.401 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:56.409 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:56.409 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:56.409 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:56.409 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:56.409 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:56.413 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:56.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:56.413 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:56.442 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f960688 is found... 07:29:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@f960688 is found finished successfully 07:29:56.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:56.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:56.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:56.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:56.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:56.446 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.446 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:56.446 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:29:56.462 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.462 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:56.462 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:29:56.462 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:56.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:56.463 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:56.463 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:56.463 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:56.463 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:56.463 DEBUG [main][MenuItemLookup] Item match:File 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:56.464 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:29:56.464 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:29:56.464 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:29:56.464 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:29:56.464 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:29:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:29:56.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:29:56.494 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.494 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:56.494 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:29:56.494 DEBUG [main][EditorHandler] 1 editor(s) found 07:29:56.494 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:29:56.564 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:29:56.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:56.564 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:29:56.564 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:29:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:56.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:56.564 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:56.564 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:29:56.564 INFO [WorkbenchTestable][RequirementsRunner] Started test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:29:56.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:29:56.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:29:56.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:29:56.564 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:29:56.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:56.565 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:56.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.566 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:56.566 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:29:56.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:56.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:56.566 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:29:56.566 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:56.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:56.566 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.567 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:56.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:56.567 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:56.567 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:56.567 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:29:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:29:56.567 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:29:56.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:56.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:56.569 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:56.569 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:56.569 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:56.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:56.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:57.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:57.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:57.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:57.570 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:58.070 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:58.071 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:58.071 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:29:58.071 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:58.071 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:58.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:58.071 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:58.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:29:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:58.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:58.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:58.072 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:29:58.072 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:29:58.072 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:29:58.072 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:29:58.072 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:29:58.072 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:29:58.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:29:58.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:58.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:29:58.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:29:58.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:58.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:29:58.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:29:58.073 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:29:58.073 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:29:58.073 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:58.073 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:58.073 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:58.079 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:58.079 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:29:58.079 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:29:58.079 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:29:58.079 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:29:58.083 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:29:58.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:29:58.083 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:29:58.196 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:29:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:29:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:29:58.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ac56323 is found... 07:29:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@ac56323 is found finished successfully 07:29:58.208 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:29:58.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:58.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:58.211 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:58.211 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:58.211 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:58.211 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:58.211 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:58.211 INFO [WorkbenchTestable][TextEditor] Set cursor position to [12, 0] 07:29:58.226 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:58.226 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:29:58.226 INFO [WorkbenchTestable][AbstractEditor] Open editor's Java Proposals content assistant 07:29:58.227 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:29:59.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:59.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:59.227 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:59.227 DEBUG [main][MenuItemLookup] Found menu:'File' 07:29:59.227 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:29:59.227 DEBUG [main][MenuItemLookup] Item match:Edit 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'' 07:29:59.228 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:29:59.228 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:29:59.229 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:29:59.229 DEBUG [main][MenuItemLookup] Found menu:'Java Type Proposals' 07:29:59.229 DEBUG [main][MenuItemLookup] Found menu:'Java Non-Type Proposals' 07:29:59.229 DEBUG [main][MenuItemLookup] Found menu:'Java Proposals' 07:29:59.229 DEBUG [main][MenuItemLookup] Item match:Java Proposals 07:29:59.232 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"J&ava Proposals" 07:29:59.232 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Java Proposals 07:29:59.232 INFO [main][MenuItemHandler] Select menu item: J&ava Proposals 07:29:59.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:29:59.259 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:29:59.259 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:29:59.270 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:29:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:29:59.272 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:29:59.272 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:29:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:59.272 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.272 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:59.272 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:59.272 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:29:59.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:29:59.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] abstract 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] class 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] enum 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] final 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] import 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] interface 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] non-sealed 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] public 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] record 07:29:59.273 DEBUG [WorkbenchTestable][ContentAssistant] sealed 07:29:59.273 INFO [WorkbenchTestable][AbstractShell] Close shell 07:29:59.273 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:29:59.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:29:59.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:29:59.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.289 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:59.289 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:29:59.289 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.290 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:59.290 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:29:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:29:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:29:59.290 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:29:59.290 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:29:59.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:59.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:29:59.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:29:59.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:29:59.291 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:59.291 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:59.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:59.323 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:59.323 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:59.323 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:59.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:59.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:59.324 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:29:59.324 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:29:59.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:29:59.324 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:29:59.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:29:59.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:29:59.825 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:29:59.825 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:00.325 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.326 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:00.326 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:00.326 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:00.326 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.327 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:00.327 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:00.327 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.327 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:00.327 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:00.327 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:00.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:00.327 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:00.327 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:00.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:00.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:00.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:00.328 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:00.328 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:00.328 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:00.328 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:00.335 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:00.335 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:00.335 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:00.335 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:00.336 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:00.340 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:00.340 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:00.340 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:00.370 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:00.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@acad626 is found... 07:30:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@acad626 is found finished successfully 07:30:00.371 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:00.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:00.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.373 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:00.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:00.373 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:00.373 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.373 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:00.373 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:00.380 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.380 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:00.380 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:00.380 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:00.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:00.381 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:00.381 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:00.381 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:00.381 DEBUG [main][MenuItemLookup] Item match:File 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:00.381 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:00.382 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:00.382 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:00.382 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:00.395 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:00.395 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:00.395 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:00.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:00.445 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.445 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:00.445 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:00.445 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:00.445 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:00.542 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:00.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:00.542 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:00.542 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:00.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:00.543 INFO [WorkbenchTestable][RequirementsRunner] Finished test: openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:00.543 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:00.543 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:00.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:00.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:00.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:00.543 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:00.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:00.544 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:00.544 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.544 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:00.544 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:00.545 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:00.545 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:00.545 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:00.545 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.546 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:00.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:00.546 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:00.546 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:00.546 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:00.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.546 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:00.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:00.547 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:00.548 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:00.548 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:00.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:00.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:00.549 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:00.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:00.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:00.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:01.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:01.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:01.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:01.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:01.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:01.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.551 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:01.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:01.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:01.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:01.551 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:01.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:01.552 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:01.552 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:01.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:01.552 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:01.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:01.552 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:01.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:01.553 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:01.553 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:01.553 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:01.553 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:01.558 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:01.559 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:01.559 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:01.559 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:01.559 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:01.563 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:01.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:01.563 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:01.666 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:01.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c05169f is found... 07:30:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@2c05169f is found finished successfully 07:30:01.671 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:01.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:01.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.673 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:01.673 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:01.673 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.673 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:01.673 INFO [WorkbenchTestable][TextEditor] Insert text to editor at line 14, offser 22 07:30:01.685 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:01.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:01.685 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.689 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:01.689 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:01.689 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.689 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 07:30:01.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.690 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:01.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.690 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:01.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:01.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:01.691 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:01.691 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:01.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:01.691 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.691 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:01.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:01.691 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:01.691 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:01.691 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:01.722 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:01.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:01.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:01.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.723 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:01.723 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:01.723 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:01.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:01.724 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:01.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:01.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:01.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:02.224 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:02.224 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:02.724 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:02.725 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:02.725 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:02.725 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:02.725 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:02.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:02.725 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:02.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 07:30:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:02.726 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:02.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:02.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:02.726 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:02.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:02.726 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:02.726 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:02.726 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:02.726 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:02.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:02.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:02.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:02.727 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:02.727 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:02.727 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:02.727 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:02.732 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:02.732 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:02.732 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:02.732 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:02.732 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:02.736 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:02.736 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:02.736 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:02.767 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:02.767 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1318f7d1 is found... 07:30:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1318f7d1 is found finished successfully 07:30:02.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:02.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:02.768 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:02.770 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:02.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:02.770 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:02.770 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:02.770 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { test System.out.println(""); } } TooltipText=null 07:30:02.770 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:02.785 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:02.786 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:02.786 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:02.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:02.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:02.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:02.786 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:02.786 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:02.786 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:02.786 DEBUG [main][MenuItemLookup] Item match:File 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:02.787 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:02.787 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:02.788 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:02.788 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:02.788 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:02.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:02.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:02.840 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:02.840 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:02.840 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:02.840 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:02.840 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:02.933 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:02.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:02.933 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:02.933 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:02.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:02.934 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:02.934 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:02.934 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:02.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:02.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:02.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:02.934 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:02.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:30:02.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.934 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.934 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:30:02.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:02.935 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:02.935 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:02.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:02.936 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:02.936 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:02.936 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:02.936 DEBUG [main][MenuItemLookup] Item match:File 07:30:02.937 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:02.937 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:02.938 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:02.938 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:02.938 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:02.938 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:02.938 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:02.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:03.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:03.004 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:03.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.005 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:03.005 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.027 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.028 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.028 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.028 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:30:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:03.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:30:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:03.029 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:03.029 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:03.029 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:30:03.029 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:30:03.029 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:30:03.030 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:30:03.030 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:03.030 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:03.030 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.030 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.030 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.030 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.030 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:03.031 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:03.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:03.031 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:03.031 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:03.031 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:03.062 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:03.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.062 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:30:03.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:30:03.063 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:30:03.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.063 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:30:03.063 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:03.063 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:30:03.064 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.064 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.066 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.066 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.066 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:03.066 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:03.066 INFO [WorkbenchTestable][AbstractText] Text set to: textEditor.txt 07:30:03.067 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:30:03.067 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.068 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.068 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.068 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:03.068 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:03.068 INFO [WorkbenchTestable][AbstractText] Text set to: testProject/ 07:30:03.069 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:30:03.069 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:30:03.069 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:03.069 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.069 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.070 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.070 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:03.070 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:03.070 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:03.070 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:03.070 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:03.074 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:03.577 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:03.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:03.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QtextEditor.txt\E') 07:30:03.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.579 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.579 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:03.580 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.580 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 07:30:03.584 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.584 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:30:03.584 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:03.584 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - testProject/textEditor.txt - Eclipse Platform 07:30:03.585 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.595 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.595 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - testProject/textEditor.txt - Eclipse Platform' 07:30:03.595 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - testProject/textEditor.txt - Eclipse Platform' 07:30:03.595 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:03.595 DEBUG [main][MenuItemLookup] Item match:File 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:03.596 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:03.596 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:03.596 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:03.596 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:03.596 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:03.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:03.610 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:03.611 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.611 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:30:03.611 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.611 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=testText TooltipText=null 07:30:03.611 INFO [WorkbenchTestable][AbstractEditor] Close editor and do not save it 07:30:03.611 DEBUG [WorkbenchTestable][EditorHandler] Closing editor textEditor.txt 07:30:03.651 DEBUG [WorkbenchTestable][EditorHandler] Editor textEditor.txt is closed 07:30:03.651 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.652 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:03.652 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.652 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:03.653 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:03.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.653 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:03.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:03.653 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:03.653 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:03.653 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:03.654 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:03.655 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:03.655 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:03.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:03.656 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:03.656 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:03.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:03.656 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:03.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:03.656 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:03.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:04.157 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:04.657 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.657 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:04.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:04.658 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:04.658 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:04.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.658 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:04.658 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:04.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:04.658 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:04.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:04.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:04.659 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:04.659 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:04.659 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:04.659 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:04.659 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:04.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:04.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:04.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:04.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:04.660 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:04.660 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:04.660 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:04.660 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:04.671 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:04.671 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:04.671 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:04.671 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:04.671 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:04.676 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:04.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:04.676 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:04.789 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:04.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e19dba is found... 07:30:04.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8e19dba is found finished successfully 07:30:04.794 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:04.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:04.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.806 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:04.806 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:04.806 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:04.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.807 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:04.807 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:04.836 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.836 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:04.836 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:04.837 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:04.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:04.837 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:04.837 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:04.837 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:04.837 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:04.837 DEBUG [main][MenuItemLookup] Item match:File 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:04.838 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:04.838 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:04.838 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:04.838 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:04.838 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:04.866 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:04.867 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:04.867 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.868 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:04.868 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:04.868 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:04.868 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:04.972 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:04.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:04.972 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:04.972 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:04.973 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:04.973 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:04.973 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:04.973 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:04.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:04.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:04.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:04.973 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:04.973 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.974 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:04.974 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:04.974 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.975 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:04.975 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:04.976 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:04.976 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:04.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:04.976 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.977 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:04.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:04.977 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:04.977 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:04.977 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:04.978 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:04.979 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:04.979 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:04.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.980 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:04.980 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:04.980 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:04.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:04.993 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:04.993 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:04.993 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:04.993 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:05.494 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:05.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:05.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:05.994 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:05.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:05.995 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:05.995 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:05.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:05.995 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:05.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:05.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:05.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:05.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:05.995 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:05.996 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:05.996 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:05.996 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:05.996 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:05.996 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:05.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:05.996 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:05.997 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:05.997 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:05.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:05.997 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:05.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:05.997 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:05.997 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:05.997 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:05.997 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:06.002 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:06.003 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:06.003 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:06.003 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:06.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:06.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:06.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:06.008 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:06.118 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:06.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c09c7ae is found... 07:30:06.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1c09c7ae is found finished successfully 07:30:06.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') 07:30:06.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:06.124 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:06.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:06.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:06.134 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:06.134 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:06.134 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 540 07:30:06.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.139 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:06.139 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:06.139 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.140 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:06.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:06.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:06.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:06.141 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:06.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:06.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:06.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:06.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:06.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:06.142 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:06.142 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:06.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:06.177 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:06.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:06.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:06.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:06.178 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:06.178 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:06.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:06.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:06.179 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:06.179 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:06.179 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.179 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:06.679 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:06.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:07.180 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.180 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:07.180 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:07.180 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:07.180 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:07.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.181 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:07.181 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:07.181 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.181 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:07.181 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:07.181 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:07.181 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:07.181 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:07.182 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:07.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:07.182 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:07.182 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:07.182 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:07.183 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:07.183 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:07.183 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:07.183 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:07.188 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:07.189 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:07.189 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:07.189 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:07.189 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:07.193 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:07.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:07.193 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:07.223 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:07.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:07.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:07.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@356ba532 is found... 07:30:07.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@356ba532 is found finished successfully 07:30:07.225 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:07.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:07.225 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:07.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:07.226 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:07.227 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.227 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass extends String { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:07.227 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:07.240 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.240 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:07.240 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:07.241 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:07.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:07.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:07.241 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:07.241 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:07.241 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:07.241 DEBUG [main][MenuItemLookup] Item match:File 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:07.242 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:07.242 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:07.242 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:07.242 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:07.242 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:07.252 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:07.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:07.270 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.270 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:07.270 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:07.270 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:07.270 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:07.360 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:07.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:07.360 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:07.360 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:07.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:07.360 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:07.361 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:07.361 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:07.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:07.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:07.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:07.361 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:07.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:07.361 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:07.362 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.362 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:07.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:07.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:07.363 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:07.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 '\*?\QProject Explorer\E') 07:30:07.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:07.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.364 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:07.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:07.364 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:07.364 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:07.364 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:07.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:07.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:07.364 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:07.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:07.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:07.366 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:07.366 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:07.366 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:07.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:07.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:07.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:07.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:08.367 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:08.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:08.867 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:08.868 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:08.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:08.868 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:08.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:08.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:08.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:08.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:08.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:08.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:08.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:08.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:08.869 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:08.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:08.869 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:08.870 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:08.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:08.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:08.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:08.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:08.870 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:08.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:08.870 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:08.871 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:08.871 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:08.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:08.871 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:08.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:08.871 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:08.871 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:08.871 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:08.871 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:08.877 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:08.877 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:08.877 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:08.877 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:08.877 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:08.882 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:08.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:08.882 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:08.990 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:08.990 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31999eb2 is found... 07:30:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@31999eb2 is found finished successfully 07:30:08.995 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:08.995 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:08.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:08.997 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:08.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:08.997 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:08.997 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:08.997 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:08.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:08.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:08.997 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:08.997 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:08.997 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:30:08.997 DEBUG [main][MenuItemLookup] Item match:Edit 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:08.998 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:30:08.998 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:30:08.998 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:08.998 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:08.999 INFO [WorkbenchTestable][AbstractEditor] Open editor's Default content assistant 07:30:08.999 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:30:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:09.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:09.999 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:10.000 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:10.000 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:30:10.000 DEBUG [main][MenuItemLookup] Item match:Edit 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Raw Paste' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Expand Selection To' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Find Next Ctrl+K' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Find Previous Shift+Ctrl+K' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Next Ctrl+J' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Incremental Find Previous Shift+Ctrl+J' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Smart Insert Mode Shift+Ctrl+Insert' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Show Tooltip Description F2' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:10.001 DEBUG [main][MenuItemLookup] Found menu:'Content Assist' 07:30:10.001 DEBUG [main][MenuItemLookup] Item match:Content Assist 07:30:10.002 DEBUG [main][MenuItemLookup] Found menu:'Default Ctrl+Space' 07:30:10.002 DEBUG [main][MenuItemLookup] Item match:Default Ctrl+Space 07:30:10.002 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Default Ctrl+Space" 07:30:10.002 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Default Ctrl+Space 07:30:10.002 INFO [main][MenuItemHandler] Select menu item: &Default Ctrl+Space 07:30:10.025 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:30:10.025 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:30:10.025 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:10.041 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:10.044 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:30:10.044 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:10.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:10.044 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:10.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:10.044 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:30:10.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:30:10.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:30:10.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:30:10.045 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:30:10.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:10.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:10.046 INFO [WorkbenchTestable][AbstractShell] Close shell 07:30:10.046 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:30:10.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:30:10.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:30:10.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:30:10.562 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:30:10.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:10.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:10.563 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:10.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:10.564 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:10.564 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:10.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:10.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:10.577 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:10.578 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:10.578 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:10.578 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:10.578 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:10.578 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:10.578 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:10.578 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:10.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:10.603 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:10.603 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:10.603 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:10.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:10.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:10.604 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:10.604 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:10.604 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:10.605 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:10.605 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:10.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:10.605 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:11.105 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.105 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:11.605 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.606 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:11.606 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:11.606 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:11.606 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:11.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.606 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:11.607 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:11.607 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.607 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:11.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:11.607 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:11.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:11.607 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:11.607 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:11.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:11.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:11.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:11.608 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:11.608 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:11.608 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:11.608 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:11.614 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:11.616 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:11.616 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:11.616 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:11.616 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:11.620 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:11.620 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:11.621 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:11.651 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:11.651 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73c195f2 is found... 07:30:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@73c195f2 is found finished successfully 07:30:11.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:11.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:11.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:11.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:11.654 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:11.655 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.655 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:11.655 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:11.670 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.671 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:11.671 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:11.671 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:11.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:11.671 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:11.671 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:11.671 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:11.671 DEBUG [main][MenuItemLookup] Item match:File 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:11.672 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:11.672 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:11.672 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:11.672 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:11.672 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:11.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:11.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:11.703 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.703 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:11.703 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:11.704 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:11.704 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:11.774 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:11.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:11.774 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:11.774 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:11.774 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:11.774 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:11.774 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:11.774 INFO [WorkbenchTestable][RequirementsRunner] Started test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:11.774 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:11.774 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.775 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:11.775 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:11.775 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.776 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:11.776 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:11.776 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:11.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') 07:30:11.776 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:11.776 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.777 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:11.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:11.777 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:11.777 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:11.777 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:11.778 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:11.779 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:11.779 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:11.780 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:11.780 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:11.780 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:11.780 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:11.780 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:11.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:12.281 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:12.281 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:12.781 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:12.781 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:12.781 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:12.782 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:12.782 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:12.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:12.782 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:12.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 07:30:12.782 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:12.782 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:12.782 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:12.783 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:12.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:12.783 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:12.783 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:12.783 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:12.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:12.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:12.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:12.784 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:12.784 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:12.784 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:12.784 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:12.784 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:12.790 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:12.790 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:12.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:12.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:12.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:12.796 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:12.796 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:12.797 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:12.900 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:12.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:12.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@576ee172 is found... 07:30:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@576ee172 is found finished successfully 07:30:12.906 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:12.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:12.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:12.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:12.908 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:12.908 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:12.908 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:12.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 07:30:12.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:12.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 07:30:12.909 INFO [WorkbenchTestable][TextEditor] Set cursor position to offset: 517 07:30:12.909 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:12.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 07:30:12.919 INFO [WorkbenchTestable][Keyboard] Type text "testtext" 07:30:12.927 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:12.927 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:30:13.529 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:13.529 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:30:14.130 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:14.130 INFO [WorkbenchTestable][Keyboard] As char:s, as int:115 07:30:14.731 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:14.731 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:30:15.332 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:15.332 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:30:15.933 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:15.933 INFO [WorkbenchTestable][Keyboard] As char:e, as int:101 07:30:16.534 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:16.534 INFO [WorkbenchTestable][Keyboard] As char:x, as int:120 07:30:17.136 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:17.136 INFO [WorkbenchTestable][Keyboard] As char:t, as int:116 07:30:17.737 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:17.737 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:17.737 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:17.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:17.738 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:17.738 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:17.738 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:17.738 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:17.738 DEBUG [main][MenuItemLookup] Item match:File 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:17.739 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:17.739 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:17.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:17.739 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:17.739 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:17.748 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:17.749 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:17.749 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:17.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:17.750 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:17.750 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:17.750 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:17.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:17.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:17.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:17.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') 07:30:17.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:17.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:17.752 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:17.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:17.752 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:17.752 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:17.752 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:17.784 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:17.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:17.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:17.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:17.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:17.785 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:17.785 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:17.785 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:17.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:17.786 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:17.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:17.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:17.786 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:18.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:18.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:18.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:18.787 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:18.787 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:18.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.788 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.788 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.788 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:18.788 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:18.789 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:18.789 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:18.789 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:18.789 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:18.789 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:18.789 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:18.789 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:18.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:18.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:18.790 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:18.790 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:18.790 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:18.790 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:18.798 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:18.798 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:18.798 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:18.798 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:18.798 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:18.802 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:18.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:18.802 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:18.834 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:18.834 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:18.834 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:18.835 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d0189da is found... 07:30:18.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@1d0189da is found finished successfully 07:30:18.836 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:18.836 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.838 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.838 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:18.839 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.839 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test;testtext public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:18.839 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:18.853 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.853 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:18.853 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:18.853 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:18.854 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:18.854 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:18.854 DEBUG [main][MenuItemLookup] Item match:File 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:18.855 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:18.855 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:18.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:18.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:18.855 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:18.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:18.885 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.885 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:18.885 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:18.885 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:18.885 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:18.947 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:18.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:18.947 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:18.947 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:18.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:18.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:18.947 INFO [WorkbenchTestable][RequirementsRunner] Finished test: setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:18.947 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:18.947 INFO [WorkbenchTestable][RequirementsRunner] Started test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:18.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:18.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:18.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:18.947 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:18.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.948 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:18.948 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.949 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:18.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:18.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:18.949 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:18.949 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:18.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.949 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.950 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:18.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:18.950 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:18.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:18.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:18.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:18.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:18.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:18.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:18.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:18.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:18.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:18.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:18.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:18.952 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:18.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:18.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:18.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:19.453 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:19.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:19.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:19.953 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:19.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:19.953 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:19.953 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:19.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:19.954 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:19.954 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:19.954 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:19.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:19.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:19.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:19.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:19.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:19.955 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:19.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:19.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:19.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:19.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:19.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:19.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:19.956 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:19.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:19.962 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:19.962 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:19.962 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:19.962 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:19.963 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:19.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:19.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:19.967 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:20.078 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:20.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ba76ae is found... 07:30:20.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6ba76ae is found finished successfully 07:30:20.083 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:20.083 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:20.083 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:20.085 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:20.085 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:20.085 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:20.085 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:20.085 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:20.085 INFO [WorkbenchTestable][TextEditor] Set cursor position to [11, 0] 07:30:20.094 DEBUG [WorkbenchTestable][Keyboard] Select 15 characters to the right 07:30:20.094 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:131072 07:30:20.303 INFO [WorkbenchTestable][Keyboard] Move cursor 07:30:20.506 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:20.506 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:20.707 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:21.110 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:21.110 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:21.311 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:21.714 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:21.714 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:21.915 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:22.317 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:22.317 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:22.517 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:22.919 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:22.920 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:23.120 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:23.522 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:23.522 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:23.722 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:24.124 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:24.124 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:24.324 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:24.726 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:24.726 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:24.927 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:25.330 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:25.330 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:25.531 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:25.934 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:25.934 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:26.134 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:26.536 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:26.536 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:26.736 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:27.138 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:27.138 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:27.339 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:27.742 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:27.742 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:27.942 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:28.344 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:28.344 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:28.544 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:28.946 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777220 07:30:28.946 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777220 07:30:29.146 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777220 07:30:29.349 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:131072 07:30:29.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.550 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.550 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:29.550 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.551 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.551 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:29.551 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:29.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 '\*?\QProject Explorer\E') 07:30:29.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:29.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:29.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:29.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:29.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:29.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:29.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:29.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:29.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:29.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:29.562 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:29.562 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:29.562 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:29.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:29.563 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:29.563 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:29.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:29.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:30.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:30.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.563 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:30.564 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:30.564 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:30.564 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:30.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.564 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:30.564 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.565 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.565 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.565 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:30.565 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:30.565 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:30.565 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:30.565 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:30.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:30.566 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:30.566 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:30.566 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:30.566 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:30.566 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:30.572 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:30.572 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:30.572 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:30.572 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:30.572 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:30.576 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:30.576 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:30.577 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:30.607 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:30.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:30.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:30.607 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bcc74ac is found... 07:30:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@6bcc74ac is found finished successfully 07:30:30.609 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:30.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.609 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.611 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.611 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.611 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:30.611 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.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 07:30:30.611 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:30.617 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.618 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:30.618 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:30.618 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:30.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.618 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:30.618 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:30.618 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:30.618 DEBUG [main][MenuItemLookup] Item match:File 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:30.619 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:30.619 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:30.633 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:30.633 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:30.633 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:30.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:30.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:30.653 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.653 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:30.653 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:30.653 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:30.653 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:30.739 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:30.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:30.740 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:30.740 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:30.740 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:30.740 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:30.740 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:30.740 INFO [WorkbenchTestable][RequirementsRunner] Started test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:30.740 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:30.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.741 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:30.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.742 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:30.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:30.742 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:30.743 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.743 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.743 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:30.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:30.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:30.744 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:30.744 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:30.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:30.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:30.744 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:30.759 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:30.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:30.759 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:30.760 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:30.760 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:30.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:30.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:30.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:30.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:30.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:31.260 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.261 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:31.761 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.761 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:31.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:31.761 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:31.761 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:31.762 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:31.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 07:30:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.762 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.762 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:31.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:31.762 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:31.763 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:31.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:31.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:31.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:31.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.763 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:31.763 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:31.764 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:31.764 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:31.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:31.764 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:31.764 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:31.764 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:31.769 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:31.770 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:31.770 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:31.770 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:31.774 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:31.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:31.774 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:31.883 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:31.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:31.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:31.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72c2ec26 is found... 07:30:31.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@72c2ec26 is found finished successfully 07:30:31.888 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:31.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:31.898 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:31.898 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:31.898 INFO [WorkbenchTestable][TextEditor] Insert text to editor at offser 525 07:30:31.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.903 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:31.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.903 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:31.904 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:31.904 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:31.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.904 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.905 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:31.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:31.905 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:31.905 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:31.905 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:31.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:31.938 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:31.938 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:31.938 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:31.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:31.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:31.939 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:31.939 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:31.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:31.939 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:31.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:31.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:31.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:32.440 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.440 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:32.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:32.940 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:33.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.441 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:33.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:33.441 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:33.441 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:33.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.442 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:33.442 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.442 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:33.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:33.442 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:33.442 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:33.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:33.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:33.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:33.443 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:33.443 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:33.443 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:33.443 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:33.448 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:33.448 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:33.448 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:33.448 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:33.449 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:33.452 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:33.452 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:33.453 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:33.482 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:33.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631ce4fd is found... 07:30:33.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@631ce4fd is found finished successfully 07:30:33.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:33.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.485 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.485 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.485 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:33.485 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.485 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public static class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:33.485 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:33.498 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.498 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:33.498 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:33.498 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.499 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:33.499 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:33.499 DEBUG [main][MenuItemLookup] Item match:File 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:33.499 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:33.499 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:33.500 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:33.500 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:33.500 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:33.509 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:33.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:33.528 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.528 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:33.528 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:33.528 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:33.528 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:33.591 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:33.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:33.591 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:33.591 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:33.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:33.591 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:33.592 INFO [WorkbenchTestable][RequirementsRunner] Finished test: insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:33.592 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:33.592 INFO [WorkbenchTestable][RequirementsRunner] Started test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:33.592 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:33.592 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.593 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:33.593 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.593 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.593 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:33.594 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:33.594 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:33.594 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.594 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.609 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:33.609 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:33.609 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:33.609 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:33.609 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:33.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:33.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:33.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:33.610 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:33.610 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:33.611 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.623 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:33.624 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:33.624 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:33.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:33.624 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:33.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:33.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:33.624 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:34.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:34.625 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:34.626 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:34.626 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:34.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:34.626 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:34.626 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:34.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.626 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.627 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.627 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:34.627 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:34.627 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:34.627 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:34.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:34.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:34.627 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:34.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:34.627 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:34.627 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:34.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:34.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:34.628 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:34.628 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:34.628 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:34.628 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:34.633 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:34.633 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:34.633 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:34.633 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:34.633 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:34.637 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:34.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:34.637 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:34.739 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:34.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:34.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:34.739 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3646e136 is found... 07:30:34.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3646e136 is found finished successfully 07:30:34.745 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:34.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:34.745 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:34.747 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:34.747 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:34.747 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:34.747 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:34.747 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:34.748 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:34.758 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:34.776 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:34.777 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:30:34.777 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:34.777 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:34.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:34.777 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:34.777 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:34.777 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:34.777 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:34.777 DEBUG [main][MenuItemLookup] Item match:File 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:34.778 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:34.778 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:34.778 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:34.778 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:34.778 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:34.808 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:34.809 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:34.810 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:34.810 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:30:34.810 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:30:35.810 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:35.811 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:30:35.811 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:35.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:35.812 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:35.812 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:35.812 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:35.812 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:35.813 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:35.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 '\*?\QProject Explorer\E') 07:30:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:35.813 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:35.813 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:35.813 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:35.813 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:35.813 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:35.813 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:35.843 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:35.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:35.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:35.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:35.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:35.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:35.844 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:35.844 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:35.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:35.845 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:35.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:35.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:35.845 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:36.345 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.345 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:36.845 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.846 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:36.846 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:36.846 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:36.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.846 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:36.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:36.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:36.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:36.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:36.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:36.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:36.847 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:36.847 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:36.847 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:36.847 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:36.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:36.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:36.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:36.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:36.848 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:36.848 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:36.848 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:36.848 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:36.853 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:36.856 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:36.856 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:36.856 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:36.856 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:36.860 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:36.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:36.860 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:36.891 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:36.891 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ea79a46 is found... 07:30:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3ea79a46 is found finished successfully 07:30:36.892 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:36.892 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:36.892 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.894 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:36.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:36.894 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:36.894 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.894 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { SystemX.out.println(""); } } TooltipText=null 07:30:36.894 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:36.902 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.902 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:36.902 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:36.902 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:36.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:36.903 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:36.903 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:36.903 DEBUG [main][MenuItemLookup] Item match:File 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:36.903 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:36.903 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:36.904 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:36.904 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:36.904 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:36.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:36.933 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:36.934 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.934 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:36.934 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:36.934 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:36.934 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:36.993 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:36.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:36.993 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:36.993 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:36.994 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:36.994 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:36.994 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:36.994 INFO [WorkbenchTestable][RequirementsRunner] Started test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:36.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:36.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:36.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:36.994 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:36.994 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:36.995 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:36.995 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.995 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:36.995 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:36.996 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:36.996 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:36.996 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.996 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:36.996 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:36.996 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:36.996 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:36.996 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:36.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:36.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:36.997 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:36.998 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:36.998 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:36.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.998 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:36.999 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:36.999 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:36.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:36.999 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:36.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:36.999 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:36.999 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:37.499 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:37.500 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:38.000 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:38.000 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:38.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:38.000 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:38.000 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:38.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:38.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:38.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:38.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:38.001 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:38.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:38.001 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:38.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:38.001 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:38.001 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:38.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:38.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:38.002 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:38.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:38.002 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:38.002 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:38.002 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:38.003 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:38.008 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:38.008 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:38.008 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:38.008 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:38.008 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:38.012 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:38.012 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:38.012 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:38.119 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:38.119 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5be1f268 is found... 07:30:38.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5be1f268 is found finished successfully 07:30:38.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:38.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:38.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:38.126 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:38.126 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:38.126 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:38.126 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:38.127 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:38.127 INFO [WorkbenchTestable][TextEditor] Select text in editor /******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { 07:30:38.140 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:38.140 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:38.140 INFO [WorkbenchTestable][AbstractEditor] Open editor's open on assistant 07:30:38.140 DEBUG [WorkbenchTestable][AbstractWait] Wait for 1 seconds 07:30:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:39.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:39.140 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Source' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Refactor' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:30:39.141 DEBUG [main][MenuItemLookup] Item match:Navigate 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Go To' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Open Declaration F3' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Open Type Hierarchy F4' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Open Call Hierarchy Ctrl+Alt+H' 07:30:39.141 DEBUG [main][MenuItemLookup] Found menu:'Open Hyperlink' 07:30:39.141 DEBUG [main][MenuItemLookup] Item match:Open Hyperlink 07:30:39.142 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Open Hyperlin&k" 07:30:39.142 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Open Hyperlink 07:30:39.142 INFO [main][MenuItemHandler] Select menu item: Open Hyperlin&k 07:30:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:30:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:30:39.191 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:39.191 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:30:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:39.191 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:39.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:39.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:30:39.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:30:39.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:39.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:39.192 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell 07:30:39.192 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:39.192 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:30:39.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:39.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:39.192 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:39.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:39.693 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:40.193 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:40.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:40.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:30:40.193 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:30:40.193 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:30:40.193 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:40.194 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:30:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available.... 07:30:40.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: ""] is available. failed, an exception will be thrown 07:30:40.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:40.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:40.708 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:40.708 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:40.708 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:40.708 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:40.709 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:40.709 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:40.709 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:40.709 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:40.709 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:40.709 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:40.709 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:40.709 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:40.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:40.739 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:40.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:40.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:40.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:40.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:40.740 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:40.740 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:40.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:40.740 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:40.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:40.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:40.741 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:41.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:41.741 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:41.742 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:41.742 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:41.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.742 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:41.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:41.742 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:41.742 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.742 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:41.743 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:41.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:41.743 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:41.743 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:41.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:41.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:41.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:41.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:41.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:41.744 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:41.744 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:41.744 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:41.744 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:41.749 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:41.749 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:41.749 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:41.749 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:41.749 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:41.753 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:41.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:41.753 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:41.783 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:41.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f5ecee5 is found... 07:30:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5f5ecee5 is found finished successfully 07:30:41.785 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:41.785 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:41.785 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:41.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:41.787 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:41.787 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.787 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:41.787 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:41.807 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.807 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:41.807 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:41.807 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:41.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:41.807 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:41.807 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:41.807 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:41.808 DEBUG [main][MenuItemLookup] Item match:File 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:41.808 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:41.808 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:41.808 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:41.808 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:41.808 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:41.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:41.846 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.846 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:41.846 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:41.847 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:41.847 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:41.943 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:41.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:41.943 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:41.943 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:41.943 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:41.943 INFO [WorkbenchTestable][RequirementsRunner] Finished test: closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:41.943 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:41.943 INFO [WorkbenchTestable][RequirementsRunner] Started test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:41.943 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:41.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:41.944 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:41.944 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.946 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:41.946 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:41.947 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:41.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:41.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.947 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:41.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:41.947 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:41.947 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:41.947 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:41.948 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:41.950 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:41.950 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:41.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.950 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:41.951 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:41.951 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:41.951 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:41.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:41.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:41.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:42.451 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:42.452 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:42.952 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:42.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:42.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:42.952 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:42.952 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:42.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:42.953 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:42.953 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:42.953 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:42.953 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:42.954 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:42.954 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:42.954 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:42.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:42.954 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:42.954 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:42.955 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:42.955 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:42.955 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:42.956 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:42.956 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:42.956 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:42.967 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:42.967 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:42.967 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:42.967 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:42.967 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:42.973 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:42.973 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:42.974 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:43.124 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:43.124 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e10cb69 is found... 07:30:43.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5e10cb69 is found finished successfully 07:30:43.130 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:43.130 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:43.130 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:43.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:43.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:43.132 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:43.132 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:43.133 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:43.134 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:43.134 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.134 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:43.134 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:43.135 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:43.156 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:43.156 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:43.156 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:43.156 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.157 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:43.157 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:43.157 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:43.157 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:43.157 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:43.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:43.196 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:43.196 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:43.196 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:43.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:43.197 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:43.197 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:43.197 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:43.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:43.198 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:43.198 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:43.198 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.198 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:43.698 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:43.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:44.199 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.199 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:44.199 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:44.199 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:44.199 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.200 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:44.200 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:44.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.200 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.200 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:44.200 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:44.200 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:44.200 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:44.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:44.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:44.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:44.201 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:44.201 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:44.201 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:44.201 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:44.206 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:44.206 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:44.206 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:44.206 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:44.207 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:44.210 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:44.210 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:44.211 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:44.240 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:44.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ce70f47 is found... 07:30:44.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@5ce70f47 is found finished successfully 07:30:44.242 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:44.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.242 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.244 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.244 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:44.244 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.244 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:44.245 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:44.260 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.260 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:44.260 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:44.260 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:44.260 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:44.260 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:44.261 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:44.261 DEBUG [main][MenuItemLookup] Item match:File 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:44.261 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:44.261 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:44.262 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:44.262 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:44.262 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:44.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:44.288 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:44.289 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.289 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:44.289 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:44.289 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:44.289 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:44.370 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:44.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:44.370 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:44.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:44.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:44.370 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:44.370 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:44.370 INFO [WorkbenchTestable][RequirementsRunner] Started test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:44.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:44.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:44.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:44.371 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:44.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.372 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:44.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:44.373 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:44.373 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:44.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.373 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:44.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:44.374 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:44.374 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:44.374 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:44.374 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:44.375 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:44.376 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:44.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.376 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:44.376 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:44.376 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:44.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:44.377 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:44.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:44.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:44.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:44.877 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:45.378 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:45.378 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:45.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:45.378 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:45.378 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:45.379 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:45.379 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:45.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:45.379 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:45.379 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:45.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:45.379 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:45.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:45.379 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:45.379 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:45.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:45.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:45.380 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:45.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:45.380 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:45.381 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:45.381 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:45.381 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:45.386 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:45.387 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:45.387 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:45.387 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:45.387 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:45.391 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:45.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:45.391 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:45.501 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:45.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8c1c401 is found... 07:30:45.512 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@8c1c401 is found finished successfully 07:30:45.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:45.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:45.513 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:45.514 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:45.514 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:45.514 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:45.514 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:45.515 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:45.515 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:30:45.515 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:30:45.715 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:30:45.917 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:30:45.917 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:30:46.118 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:30:46.320 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:30:46.320 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:30:46.520 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:30:46.723 INFO [WorkbenchTestable][Keyboard] Type character '', as int:16777218 07:30:46.723 DEBUG [WorkbenchTestable][Keyboard] Press character '', as int:16777218 07:30:46.923 DEBUG [WorkbenchTestable][Keyboard] Release character '', as int:16777218 07:30:47.125 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:47.126 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:30:47.326 INFO [WorkbenchTestable][Keyboard] As char:-, as int:16777261 07:30:48.327 INFO [WorkbenchTestable][TextEditor] Select line 17 in editor 07:30:48.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.333 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:48.333 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:48.333 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:48.338 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:48.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:48.339 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:48.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:48.339 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.339 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:48.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:48.339 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:48.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:48.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:48.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:48.349 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:48.349 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:48.349 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:48.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:48.350 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:48.369 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:48.370 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:48.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:48.370 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:48.370 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:48.370 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:48.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:48.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:49.371 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.371 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:49.371 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:49.372 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:49.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:49.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.372 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:49.372 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:49.372 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:49.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:49.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:49.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:49.373 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:49.373 DEBUG [main][WorkbenchPartHandler] Activating Workbench part with label: 'Project Explorer' 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item src of tree item TextEditorTestProject 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item TextEditorTestProject 07:30:49.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item TextEditorTestProject is already expanded. No action performed 07:30:49.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: TextEditorTestProject 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item test of tree item src 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item src 07:30:49.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item src is already expanded. No action performed 07:30:49.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.373 INFO [WorkbenchTestable][TreeItemHandler] Expanded: src 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Get child tree item JavaClass.java of tree item test 07:30:49.373 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item test 07:30:49.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:49.374 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item test is already expanded. No action performed 07:30:49.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:49.374 INFO [WorkbenchTestable][TreeItemHandler] Expanded: test 07:30:49.374 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:49.374 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:49.374 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:49.379 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:49.379 INFO [WorkbenchTestable][AbstractTreeItem] Double click tree item JavaClass.java 07:30:49.379 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item JavaClass.java 07:30:49.379 DEBUG [main][TreeItemHandler] Selecting tree item: JavaClass.java 07:30:49.379 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item JavaClass.java about selection 07:30:49.385 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: JavaClass.java 07:30:49.385 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about mouse double click event 07:30:49.386 DEBUG [WorkbenchTestable][AbstractTreeItem] Notify tree about default selection event 07:30:49.416 DEBUG [WorkbenchTestable][AbstractTreeItem] Double click successfull 07:30:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Requesting Java AST from selection' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:49.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c5f6c34 is found... 07:30:49.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until editorPart matching [Lorg.hamcrest.Matcher;@3c5f6c34 is found finished successfully 07:30:49.417 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QJavaClass.java\E') 07:30:49.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:49.417 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.419 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:49.419 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:49.419 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:49.419 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.419 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= * Copyright (c) 2017 Red Hat, Inc and others. package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:49.419 INFO [WorkbenchTestable][TextEditor] Set text to editor 07:30:49.432 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.432 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:49.432 INFO [WorkbenchTestable][AbstractEditor] Save editor 07:30:49.437 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform 07:30:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:49.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:49.437 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:49.437 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - TextEditorTestProject/src/test/JavaClass.java - Eclipse Platform' 07:30:49.437 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:49.437 DEBUG [main][MenuItemLookup] Item match:File 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:49.438 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:30:49.438 DEBUG [main][MenuItemLookup] Item match:Save Ctrl+S 07:30:49.438 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Save Ctrl+S" 07:30:49.438 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Save Ctrl+S 07:30:49.438 INFO [main][MenuItemHandler] Select menu item: &Save Ctrl+S 07:30:49.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty... 07:30:49.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting while org.eclipse.reddeer.workbench.condition.EditorIsDirty finished successfully 07:30:49.448 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.448 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text=/******************************************************************************* * Copyright (c) 2017 Red Hat, Inc and others. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc - initial API and implementation *******************************************************************************/ package test; public class JavaClass { public JavaClass() { System.out.println(""); } } TooltipText=null 07:30:49.448 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:49.448 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:49.448 DEBUG [WorkbenchTestable][EditorHandler] Closing editor JavaClass.java 07:30:49.546 DEBUG [WorkbenchTestable][EditorHandler] Editor JavaClass.java is closed 07:30:49.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:49.546 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:49.546 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:49.546 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:49.547 INFO [WorkbenchTestable][RequirementsRunner] Finished test: selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) 07:30:49.547 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:49.547 DEBUG [main][EditorHandler] 0 editor(s) found 07:30:49.547 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:49.548 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:49.548 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.548 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:49.548 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:49.549 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:49.549 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:49.549 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.549 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:49.549 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:49.549 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:49.549 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:49.549 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:49.550 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:49.551 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:49.551 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:49.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.552 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:49.552 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:49.552 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:49.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:49.553 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:49.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:49.553 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:49.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:50.053 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:50.054 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:50.554 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:50.554 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:50.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:50.554 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:50.554 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:50.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:50.555 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:50.555 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:50.555 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:50.555 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:50.555 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:50.555 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:50.555 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:50.556 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:50.556 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:50.556 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:50.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:50.556 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:50.556 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:50.556 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:50.556 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:51.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:51.557 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.557 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:51.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:51.557 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:51.557 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:51.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:51.558 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:51.558 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:51.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:51.558 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.558 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:51.558 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:51.558 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:51.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name testProject 07:30:51.558 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name TextEditorTestProject 07:30:51.558 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:51.558 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:51.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:51.559 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:51.559 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:51.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:51.559 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:51.559 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:51.559 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:51.559 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:51.559 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:30:51.559 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:30:51.559 DEBUG [main][TreeItemHandler] Set Tree selection 07:30:51.559 DEBUG [main][TreeHandler] Notify Tree about selection event 07:30:51.565 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:30:51.567 DEBUG [WorkbenchTestable][TreeItemHandler] testProject 07:30:51.567 DEBUG [WorkbenchTestable][TreeItemHandler] TextEditorTestProject 07:30:51.567 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:30:51.567 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'New' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Build Path' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Source Shift+Alt+S' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:51.603 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:30:51.603 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:30:51.603 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:30:51.603 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:30:51.603 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:30:51.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:51.604 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:30:52.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:30:52.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:52.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:52.104 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:52.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:52.104 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:30:52.104 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'New' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Copy Qualified Name' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:52.122 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:52.122 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:30:52.122 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:30:52.122 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:30:52.122 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:30:52.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... (Eclipse:1102): Gtk-CRITICAL **: 07:30:52.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 07:30:52.174: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 07:30:52.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:1102): Gtk-CRITICAL **: 07:30:52.208: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 07:30:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:30:52.712 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:30:52.712 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:52.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) 07:30:52.715 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.715 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:30:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:52.715 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:52.715 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:52.715 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:52.715 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:30:52.715 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:30:52.715 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:52.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:52.716 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:52.716 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:52.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK") 07:30:52.716 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:52.716 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:30:52.716 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:52.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:52.716 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:52.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:52.716 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:52.717 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:30:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:52.717 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:52.717 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:52.717 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:52.720 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:30:52.720 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:30:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:30:53.220 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:30:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:53.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:30:53.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:30:53.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:53.220 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:53.220 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:53.220 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:53.220 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:30:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:53.221 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:53.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.TextEditorTest 07:30:53.222 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:53.222 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:53.222 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:53.225 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 140.964 s - in org.eclipse.reddeer.workbench.test.editor.TextEditorTest setCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.37 s getAvailableContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.445 s notTextEditorTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 1.686 s insertLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.432 s selectTextTest1 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.303 s selectTextTest2 no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.229 s getAYTMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.452 s getCursorPosition no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.35 s insertLineIntoLastEditorLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.382 s contentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.672 s openFileWithRegexInName no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.533 s getFoldedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.168 s getLineOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.331 s getContextMenuTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.589 s closeContentAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.966 s quickFixAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.601 s getTextAtLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.643 s selectTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.201 s testGetPositionOfText no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.377 s openSpecificContextAssistantTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.979 s insertTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.391 s getTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.039 s insertTextAfter no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.387 s closeContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.413 s setCursorPositionByOffset no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 7.173 s getSelectedTextTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 11.793 s insertTextBehind no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.852 s getMarkers no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 3.402 s closeOpenOnAssistUsingCloseAllShells no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 4.949 s getLineOfTextIndex no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 2.427 s selectLineTest no-configuration(org.eclipse.reddeer.workbench.test.editor.TextEditorTest) Time elapsed: 5.177 s Running org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:53.233 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:53.233 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:30:53.234 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:53.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:53.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:53.234 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:30:53.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:53.234 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:30:53.234 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:53.234 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:30:53.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:30:53.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:30:53.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.234 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:30:53.234 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.234 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.235 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:53.235 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:30:53.235 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:30:53.235 DEBUG [main][MenuItemLookup] Item match:Window 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.236 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:30:53.236 DEBUG [main][MenuItemLookup] Item match:Preferences 07:30:53.236 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:30:53.236 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:30:53.236 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:30:53.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:30:53.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:30:53.309 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:30:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.310 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:30:53.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.310 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:30:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.310 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.310 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.310 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.310 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:53.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:53.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:53.311 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:30:53.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.311 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.313 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.313 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:53.313 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:30:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:53.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:53.313 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:53.313 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:53.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:53.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.336 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.336 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:53.336 DEBUG [main][EditorHandler] 0 editor(s) found 07:30:53.336 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.337 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:53.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.337 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.337 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.337 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:53.337 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:53.337 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.337 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:53.338 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:53.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:53.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:53.339 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:53.339 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:53.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:53.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:30:53.340 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:53.340 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:53.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:53.340 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:30:53.340 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.340 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.340 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.341 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:53.341 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:53.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:53.341 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Link Text=There are no projects in your workspace. To add a project: TooltipText=null 07:30:53.341 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:30:53.341 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 07:30:53.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:53.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:30:53.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:30:53.341 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: "New Project"] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: "New Project"] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.342 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.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: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.343 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.343 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.343 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:53.343 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:53.343 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:53.343 DEBUG [main][MenuItemLookup] Item match:File 07:30:53.344 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:53.344 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.345 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:53.345 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:53.354 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:53.354 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:53.354 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:53.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:53.409 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:53.409 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:53.410 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.411 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:53.411 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.411 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.411 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.411 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.411 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:30:53.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.412 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:53.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.412 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:53.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:53.413 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:53.413 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Project 07:30:53.413 DEBUG [main][TreeItemHandler] Selecting tree item: Project 07:30:53.413 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Project about selection 07:30:53.416 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Project 07:30:53.416 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:53.416 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:53.416 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:53.416 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.416 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:53.417 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:53.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:53.417 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:53.417 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:53.440 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.440 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available.... 07:30:53.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "New Project"] is available. finished successfully 07:30:53.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell New Project 07:30:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.441 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:30:53.441 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.441 DEBUG [WorkbenchTestable][BasicNewProjectResourceWizardFirstPage] Set General Project name to 'project' 07:30:53.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizardFirstPage, index 0 and following matchers specified (Matcher matching widget with label: is "Project name:") 07:30:53.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:53.442 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:53.443 INFO [WorkbenchTestable][AbstractText] Text set to: project 07:30:53.444 TRACE [WorkbenchTestable][BasicNewProjectResourceWizard] Shell New Project is not null and is not disposed 07:30:53.444 INFO [WorkbenchTestable][BasicNewProjectResourceWizard] Finish wizard 07:30:53.444 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:53.444 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:53.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:53.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:53.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:53.445 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:53.446 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:53.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:53.446 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:53.446 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:53.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:53.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:53.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Change cursor' is a system job, skipped 07:30:53.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:53.949 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:53.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:53.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.949 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.949 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Create New File"] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:53.950 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:53.950 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:53.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:53.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:53.951 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:53.951 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:30:53.951 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:53.951 DEBUG [main][MenuItemLookup] Item match:File 07:30:53.952 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:30:53.952 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:53.953 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:30:53.953 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:30:53.953 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:30:53.953 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:30:53.953 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:30:54.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:30:54.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:30:54.009 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:30:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:54.010 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:54.011 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:54.011 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:54.011 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:30:54.011 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.011 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.014 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.014 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.014 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:30:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.015 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:30:54.015 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:30:54.015 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:30:54.016 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:30:54.016 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:30:54.016 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:30:54.016 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item File 07:30:54.016 DEBUG [main][TreeItemHandler] Selecting tree item: File 07:30:54.016 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item File about selection 07:30:54.019 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: File 07:30:54.019 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:30:54.019 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:30:54.019 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:30:54.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.020 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.020 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:54.020 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:30:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:54.020 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:54.020 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:54.020 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:54.048 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:30:54.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:54.048 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available.... 07:30:54.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Create New File"] is available. finished successfully 07:30:54.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Create New File 07:30:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:54.049 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:30:54.049 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:30:54.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "Enter or select the parent folder:") 07:30:54.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:54.050 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:54.051 INFO [WorkbenchTestable][AbstractText] Text set to: project/ 07:30:54.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.WizardNewFileCreationPage, index 0 and following matchers specified (Matcher matching widget with label: is "File name:") 07:30:54.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.059 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.059 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:30:54.059 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:30:54.059 INFO [WorkbenchTestable][AbstractText] Text set to: abc.ca 07:30:54.061 TRACE [WorkbenchTestable][BasicNewFileResourceWizard] Shell Create New File is not null and is not disposed 07:30:54.061 INFO [WorkbenchTestable][BasicNewFileResourceWizard] Finish wizard 07:30:54.062 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:30:54.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.062 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.062 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.062 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:54.063 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:30:54.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:54.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:54.063 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:54.063 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:54.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:30:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:30:54.136 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:54.136 DEBUG [WorkbenchTestable][JobIsRunning] job 'Decoration Calculation' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Animation start' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Java problems decoration calculation...' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Update for Decoration Completion' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initializing Quick Diff' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Building' is not running, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:54.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:54.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.editor.AbstractEditor$WorkbenchShellReferenced, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\Qabc.ca\E') 07:30:54.146 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:54.146 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:54.148 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:54.148 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:54.148 DEBUG [WorkbenchTestable][EditorHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:54.148 DEBUG [WorkbenchTestable][EditorHandler] Focused control=Class=org.eclipse.swt.custom.StyledText Text= TooltipText=null 07:30:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:54.148 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:54.148 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - project/abc.ca - Eclipse Platform' 07:30:54.148 DEBUG [main][MenuItemLookup] Found menu:'File' 07:30:54.148 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:30:54.148 DEBUG [main][MenuItemLookup] Item match:Edit 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Undo Ctrl+Z' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Redo Shift+Ctrl+Z' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Cut Ctrl+X' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Select All Ctrl+A' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Toggle Block Selection Shift+Alt+A' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'To multi-selection' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Find/Replace... Ctrl+F' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Add Bookmark...' 07:30:54.149 DEBUG [main][MenuItemLookup] Found menu:'Add Task...' 07:30:54.149 INFO [WorkbenchTestable][AbstractEditor] Content assist menu not found, open via keyboard shortcut 07:30:54.149 INFO [WorkbenchTestable][Keyboard] Invoke key combination: 07:30:54.149 INFO [WorkbenchTestable][Keyboard] As char:, as int:262144 07:30:54.350 INFO [WorkbenchTestable][Keyboard] As char: , as int:32 07:30:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened... 07:30:55.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Table with no referenced composite specified, index 0 and no matchers specified 07:30:55.351 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:55.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:55.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:55.358 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "" as the parent 07:30:55.358 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:55.358 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:55.358 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.359 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:55.359 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Table and index 0 was found 07:30:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:30:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:30:55.359 DEBUG [WorkbenchTestable][AbstractWait] Waiting until ContentAssistant shell is opened finished successfully 07:30:55.359 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell 07:30:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:55.360 DEBUG [WorkbenchTestable][ContentAssistant] Getting content assist proposals 07:30:55.360 DEBUG [WorkbenchTestable][ContentAssistant] Content assist proposals: 07:30:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems... 07:30:55.360 DEBUG [WorkbenchTestable][AbstractWait] Waiting until table contains TableItems finished successfully 07:30:55.360 DEBUG [WorkbenchTestable][ContentAssistant] a 07:30:55.360 DEBUG [WorkbenchTestable][ContentAssistant] b 07:30:55.360 DEBUG [WorkbenchTestable][ContentAssistant] c 07:30:55.360 INFO [WorkbenchTestable][AbstractShell] Close shell 07:30:55.360 INFO [WorkbenchTestable][ShellHandler] Closing shell '' 07:30:55.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:30:55.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:30:55.372 TRACE [WorkbenchTestable][EditorHandler] Closing all editors 07:30:55.372 DEBUG [main][EditorHandler] 1 editor(s) found 07:30:55.373 DEBUG [WorkbenchTestable][EditorHandler] Closing editor abc.ca 07:30:55.396 DEBUG [WorkbenchTestable][EditorHandler] Editor abc.ca is closed 07:30:55.396 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:55.397 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E'' is already open. Activate. 07:30:55.397 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.398 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:55.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:30:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:55.398 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:30:55.398 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QProject Explorer\E') 07:30:55.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:55.398 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:55.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:55.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:30:55.399 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:55.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:30:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:55.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:55.401 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:55.401 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:55.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:55.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:55.402 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:55.402 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:55.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:55.402 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:55.402 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:55.402 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.403 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:55.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:55.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:56.403 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.404 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:56.404 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:56.404 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:56.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:56.404 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:56.404 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:56.404 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.404 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:56.405 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:56.405 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 07:30:56.405 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:56.405 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:56.405 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:56.405 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:56.405 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.405 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:56.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:56.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:57.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:30:57.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, NO exception will be thrown 07:30:57.406 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:57.406 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:57.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:57.407 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:57.407 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.swt.impl.ctab.DefaultCTabItem, index 0 and no matchers specified 07:30:57.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:57.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:57.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:57.407 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:57.407 DEBUG [WorkbenchTestable][AbstractExplorer] Getting project with name project 07:30:57.407 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:57.407 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:57.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:57.408 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Tree Text= TooltipText=null 07:30:57.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 07:30:57.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:57.408 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:57.408 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:57.408 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:57.408 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:30:57.408 INFO [WorkbenchTestable][AbstractTree] Select specified tree items 07:30:57.408 INFO [WorkbenchTestable][TreeItemHandler] Select tree items: 07:30:57.408 DEBUG [main][TreeItemHandler] Set Tree selection 07:30:57.408 DEBUG [main][TreeHandler] Notify Tree about selection event 07:30:57.413 DEBUG [WorkbenchTestable][TreeItemHandler] Selected Tree Items: 07:30:57.414 DEBUG [WorkbenchTestable][TreeItemHandler] project 07:30:57.414 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:30:57.414 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'New' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.432 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:30:57.432 DEBUG [main][MenuItemLookup] Item match:Refresh F5 07:30:57.432 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Re&fresh F5" 07:30:57.432 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Refresh F5 07:30:57.432 INFO [main][MenuItemHandler] Select menu item: Re&fresh F5 07:30:57.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:57.432 DEBUG [WorkbenchTestable][JobIsRunning] job 'refresh' has no excuses, wait for it 07:30:57.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:57.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:57.932 DEBUG [WorkbenchTestable][JobIsRunning] job 'Periodic workspace save.' is a system job, skipped 07:30:57.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:57.933 TRACE [WorkbenchTestable][WidgetHandler] Notify Tree with event 35 07:30:57.933 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'New' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'Go Into' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'Show In Shift+Alt+W' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'Copy Ctrl+C' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'Paste Ctrl+V' 07:30:57.950 DEBUG [main][MenuItemLookup] Found menu:'Delete Delete' 07:30:57.950 DEBUG [main][MenuItemLookup] Item match:Delete Delete 07:30:57.950 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Delete Delete" 07:30:57.950 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Delete Delete 07:30:57.950 INFO [main][MenuItemHandler] Select menu item: &Delete Delete 07:30:57.976 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available.... 07:30:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Delete Resources"] is available. finished successfully 07:30:58.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Delete Resources 07:30:58.528 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:30:58.531 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 32) 07:30:58.531 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:58.531 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:30:58.531 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.531 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.531 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.531 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:58.531 INFO [WorkbenchTestable][CheckBox] Select checkbox &Delete project contents on disk (cannot be undone) 07:30:58.531 INFO [WorkbenchTestable][CheckBox] Check checkbox &Delete project contents on disk (cannot be undone) 07:30:58.531 INFO [WorkbenchTestable][AbstractButton] Click button &Delete project contents on disk (cannot be undone) 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:58.531 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:58.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:58.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.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 "OK") 07:30:58.532 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:58.532 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Delete Resources" as the parent 07:30:58.532 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:30:58.532 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:30:58.532 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:30:58.532 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:30:58.532 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:30:58.532 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:30:58.532 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:30:58.532 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:30:58.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available.... 07:30:58.536 DEBUG [WorkbenchTestable][ShellHasChildrenOrIsNotAvailable] number of child shells: 0 07:30:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting until Shell has children or is not available. finished successfully 07:30:59.036 DEBUG [WorkbenchTestable][DeleteUtils] Delete shell is disposed. 07:30:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:30:59.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Reporting encoding changes.' is not running, skipped 07:30:59.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Flushing content description cache.' is a system job, skipped 07:30:59.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:30:59.036 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:30:59.036 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:30:59.036 INFO [WorkbenchTestable][AbstractView] Activate view Project Explorer 07:30:59.036 INFO [WorkbenchTestable][AbstractCTabItem] Activate Project Explorer 07:30:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:30:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=null 07:30:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:30:59.037 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:30:59.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:59.038 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:59.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:30:59.038 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) 07:30:59.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest 07:30:59.038 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:30:59.038 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:30:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:30:59.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.805 s - in org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest testCustomContentAssist no-configuration(org.eclipse.reddeer.workbench.test.editor.CustomContentAssistTest) Time elapsed: 5.697 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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.uiforms.test --- [INFO] Resolving class path of RedDeer UIForms Test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.uiforms.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.uiforms.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.uiforms.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.uiforms.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/org.eclipse.reddeer.uiforms.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.uiforms.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.uiforms.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.uiforms.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... Running org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:11.227 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:31:11.229 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:31:11.242 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:31:11.243 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:31:11.330 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:11.355 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:11.358 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:11.362 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:11.364 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:31:11.364 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:31:11.372 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:31:11.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:11.425 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:11.450 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:11.450 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:11.454 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:11.454 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:31:11.474 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:11.477 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:11.478 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:11.478 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:11.479 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:11.479 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:11.493 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:11.497 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:11.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:11.524 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:11.528 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:11.531 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:11.531 DEBUG [main][MenuItemLookup] Item match:Window 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:11.535 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:31:11.535 DEBUG [main][MenuItemLookup] Item match:Preferences 07:31:11.538 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:31:11.538 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:31:11.539 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:31:11.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:31:11.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:31:11.732 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:11.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:11.734 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:31:11.735 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:11.742 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:31:11.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:11.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:11.762 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:11.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:11.763 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:11.768 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:11.786 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:11.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:11.786 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:11.789 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:11.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:11.790 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:11.798 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:11.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:11.800 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:11.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:11.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:11.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:11.876 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:11.883 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:11.885 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:11.885 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:11.886 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:11.892 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:11.892 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' view via menu. 07:31:11.892 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:11.893 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:11.893 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:11.893 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:11.893 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:11.893 DEBUG [main][MenuItemLookup] Item match:Window 07:31:11.895 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:11.895 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:11.895 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:11.895 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:11.895 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:11.895 DEBUG [main][MenuItemLookup] Item match:Show View 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:11.929 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:31:11.930 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:31:11.930 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:31:11.930 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:31:11.931 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:31:11.982 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:31:11.984 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:31:11.984 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:31:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:11.985 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:11.985 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:31:11.985 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:11.986 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:11.986 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:11.986 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:11.986 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:11.987 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:11.987 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:11.987 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:11.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:11.988 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:11.989 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children... 07:31:11.989 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 07:31:11.991 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:31:12.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:31:12.497 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 07:31:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem RedDeer Test UI Forms has children finished successfully 07:31:12.499 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item RedDeer Test UI Forms 07:31:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:31:12.500 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item RedDeer Test UI Forms is already expanded. No action performed 07:31:12.500 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:31:12.500 INFO [WorkbenchTestable][TreeItemHandler] Expanded: RedDeer Test UI Forms 07:31:12.500 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item UI Form Test 07:31:12.501 DEBUG [main][TreeItemHandler] Selecting tree item: UI Form Test 07:31:12.501 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item UI Form Test about selection 07:31:12.502 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: UI Form Test 07:31:12.502 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.502 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.502 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:12.502 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:12.503 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.504 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.505 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:31:12.505 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.505 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:12.505 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:12.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.506 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.506 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:12.506 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:12.507 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:31:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:12.507 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:12.507 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:12.507 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:31:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:31:12.773 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open... 07:31:12.773 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.ui.views.UIFormView' view is open finished successfully 07:31:12.787 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.802 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:12.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:12.846 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:12.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:12.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.851 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:12.851 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:12.853 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:12.853 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:12.863 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:12.864 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:12.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:12.865 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:12.869 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 07:31:12.870 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.871 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.871 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.871 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.871 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:12.871 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:31:12.874 TRACE [main][WidgetHandler] Notify Hyperlink with event 6 07:31:12.874 TRACE [main][WidgetHandler] Wait for synchronization 07:31:12.874 TRACE [main][WidgetHandler] Notify Hyperlink with event 3 07:31:12.875 TRACE [main][WidgetHandler] Wait for synchronization 07:31:12.875 TRACE [main][WidgetHandler] Notify Hyperlink with event 4 07:31:12.875 TRACE [main][WidgetHandler] Wait for synchronization 07:31:12.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink clicked") 07:31:12.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:12.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.897 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:12.897 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:12.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.897 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:12.898 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:31:12.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:12.899 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:12.902 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.903 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:12.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:12.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:12.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:12.904 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:12.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:12.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:12.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.932 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.932 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:12.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.936 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:12.937 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:12.937 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:12.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.937 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.957 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:12.957 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:12.957 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:12.959 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:12.959 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:12.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:12.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:12.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:12.961 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:12.964 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 07:31:12.964 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:12.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:12.965 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:12.965 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:12.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:12.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:12.967 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:13.467 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:13.470 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:13.970 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:13.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:13.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:14.006 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was not found 07:31:14.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.009 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.009 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.009 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.010 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.010 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.010 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.010 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.010 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.015 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.016 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.016 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.019 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.019 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.021 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.037 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.037 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.037 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.041 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.042 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.042 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.042 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 1 and no matchers specified 07:31:14.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.048 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.048 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:14.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:14.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 07:31:14.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.052 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.052 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.053 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.053 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.054 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.054 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.067 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.073 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.074 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.074 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.077 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.077 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.078 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.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 '\*?\QUI Form Test\E') 07:31:14.078 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.078 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.082 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.082 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.082 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.083 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.083 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.084 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.085 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:14.089 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.106 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.106 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:14.127 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section C") 07:31:14.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.127 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.128 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.128 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:31:14.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.129 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.129 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.130 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.131 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.131 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.131 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.132 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.132 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.143 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.149 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.149 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.150 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.150 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.150 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.177 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.177 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.177 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.178 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.178 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.182 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.187 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and no matchers specified 07:31:14.187 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.208 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.208 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.208 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.208 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:31:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.229 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.229 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.230 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.230 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.231 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.231 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.231 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.241 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.241 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.247 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.248 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.248 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.275 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.275 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.275 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.275 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.276 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.277 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.279 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Hyperlink Section B") 07:31:14.279 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.279 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.279 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.279 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.280 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.280 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.280 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:31:14.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.281 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.281 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.282 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.282 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.282 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.282 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.282 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.286 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.286 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.286 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.307 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.352 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.352 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.352 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.361 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.361 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.361 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.361 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.361 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.363 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.366 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:14.366 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.366 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.366 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.366 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.366 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.367 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.367 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.367 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:14.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:31:14.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.369 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.369 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 0 was found 07:31:14.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.369 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.370 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.385 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.385 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.386 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.386 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.386 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.388 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.391 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.391 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.391 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.395 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.395 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.395 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.395 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.395 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.395 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.399 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.399 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.399 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.400 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.401 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.403 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:14.403 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.417 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:14.418 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.418 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.418 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.418 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.418 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:14.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Hyperlink with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:31:14.421 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.421 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:14.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:14.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Hyperlink and index 1 was found 07:31:14.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.423 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) 07:31:14.424 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest 07:31:14.424 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:14.424 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.424 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.273 s - in org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest activate no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.018 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 1.106 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.043 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.076 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.099 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.051 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.103 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.hyperlink.DefaultHyperlinkTest) Time elapsed: 0.037 s Running org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:14.459 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:14.461 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:14.461 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:14.461 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.461 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:14.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.462 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:14.462 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.462 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:31:14.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.*'] 07:31:14.462 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:14.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:14.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:14.463 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:14.463 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:14.463 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.464 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.464 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.464 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:14.464 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:14.464 DEBUG [main][MenuItemLookup] Item match:Window 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:14.465 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:31:14.465 DEBUG [main][MenuItemLookup] Item match:Preferences 07:31:14.465 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:31:14.465 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:31:14.465 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:31:14.572 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:31:14.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:31:14.574 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.575 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:31:14.575 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:14.575 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:31:14.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.575 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.576 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.576 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.576 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:14.577 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:14.577 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.577 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.580 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:14.580 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:14.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:14.580 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:14.580 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:14.642 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:14.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.648 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:14.648 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:14.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:14.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:14.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:14.648 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:14.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.675 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.675 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:14.675 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.682 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.682 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.682 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:14.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.686 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.686 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.686 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:14.686 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:14.686 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:14.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:14.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:14.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:14.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:14.690 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.696 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:14.696 INFO [WorkbenchTestable][AbstractView] Open 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E'' view via menu. 07:31:14.696 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:14.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.697 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.697 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:14.697 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:14.697 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:14.697 DEBUG [main][MenuItemLookup] Item match:Window 07:31:14.698 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:14.698 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:14.698 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:14.698 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:14.698 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:14.698 DEBUG [main][MenuItemLookup] Item match:Show View 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Bookmarks' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Error Log Shift+Alt+Q L' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Outline Shift+Alt+Q O' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Problems Shift+Alt+Q X' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Progress' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Project Explorer' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Properties' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Tasks' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:14.701 DEBUG [main][MenuItemLookup] Found menu:'Other... Shift+Alt+Q Q' 07:31:14.701 DEBUG [main][MenuItemLookup] Item match:Other... Shift+Alt+Q Q 07:31:14.739 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Shift+Alt+Q Q" 07:31:14.740 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Shift+Alt+Q Q 07:31:14.740 INFO [main][MenuItemHandler] Select menu item: &Other... Shift+Alt+Q Q 07:31:14.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available.... 07:31:14.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Show View"] is available. finished successfully 07:31:14.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Show View 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:31:14.796 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:14.796 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:14.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:14.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:14.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:14.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:14.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:14.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:14.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children... 07:31:14.798 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:31:14.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:31:15.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:31:15.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:31:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem General has children finished successfully 07:31:15.304 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item General 07:31:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:31:15.304 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item General is already expanded. No action performed 07:31:15.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:31:15.304 INFO [WorkbenchTestable][TreeItemHandler] Expanded: General 07:31:15.304 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Error Log 07:31:15.305 DEBUG [main][TreeItemHandler] Selecting tree item: Error Log 07:31:15.305 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Error Log about selection 07:31:15.305 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Error Log 07:31:15.305 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:15.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:15.305 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:15.305 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:15.305 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:15.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Open") 07:31:15.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:15.306 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Show View" as the parent 07:31:15.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:15.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:15.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.307 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:15.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:15.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:15.308 INFO [WorkbenchTestable][AbstractButton] Click button &Open 07:31:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:15.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:15.308 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:15.308 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:15.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:31:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:31:15.434 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open... 07:31:15.434 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.436 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:15.436 DEBUG [WorkbenchTestable][AbstractWait] Waiting until 'class org.eclipse.reddeer.uiforms.test.DefaultFormTest$LogView' view is open finished successfully 07:31:15.436 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:15.438 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:15.439 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:15.439 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QError Log\E') 07:31:15.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:15.439 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:15.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:15.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:15.442 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:31:15.442 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:31:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:15.443 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:15.443 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 07:31:15.443 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:15.443 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "Error Log (Workspace Log)"as the parent 07:31:15.443 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:15.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:15.443 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.443 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:15.943 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:15.944 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.444 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.445 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:16.446 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was not found 07:31:16.447 INFO [WorkbenchTestable][AbstractView] Activate view Error Log 07:31:16.447 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:31:16.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.448 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.448 INFO [WorkbenchTestable][AbstractView] Close view 'Error Log' 07:31:16.448 INFO [WorkbenchTestable][AbstractCTabItem] Close CTabItem Error Log 07:31:16.449 INFO [WorkbenchTestable][AbstractCTabItem] Activate Error Log 07:31:16.450 DEBUG [WorkbenchTestable][CTabItemHandler] Click on close button 07:31:16.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.486 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.486 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.523 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.523 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.524 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.524 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.527 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.530 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.530 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.530 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.534 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.535 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.535 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:16.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.535 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.538 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.538 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.538 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.539 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.539 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.540 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.542 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 1 and no matchers specified 07:31:16.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.560 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.560 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.560 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:16.561 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:16.561 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.561 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 07:31:16.563 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.570 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.573 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.579 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.580 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.580 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:16.580 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.580 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.583 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.583 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.584 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.584 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.585 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.588 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:16.588 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.588 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.588 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.588 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.588 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.589 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.589 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.590 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Form D") 07:31:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.590 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.590 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.590 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.590 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.606 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.626 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.626 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.627 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.627 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.627 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.627 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.627 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.627 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.631 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.631 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.631 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.634 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.635 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.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 '\*?\QUI Form Test\E') 07:31:16.635 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.635 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.638 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.638 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.638 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.638 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.638 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.639 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.642 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and no matchers specified 07:31:16.642 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.659 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.659 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.659 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.659 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.659 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.659 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.660 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.665 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.666 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.666 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.666 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.671 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.671 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.671 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.677 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.677 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.680 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.680 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.681 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.681 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.682 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:16.682 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.682 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.685 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.685 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.685 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.685 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.685 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.686 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.687 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.689 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:16.689 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.689 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.689 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.689 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.690 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.707 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.729 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.729 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.729 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.729 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.730 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.730 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.730 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.733 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.733 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.736 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.737 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.737 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.737 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:16.737 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.737 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.757 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.757 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.759 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.759 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.760 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.763 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:16.763 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.763 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.763 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.763 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.764 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.764 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:31:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.765 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.765 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.771 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.771 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.772 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.772 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.772 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.772 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.791 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:16.792 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.795 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.795 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.796 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.796 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:16.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.796 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.799 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.799 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:16.799 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:16.799 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:16.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:16.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:16.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:16.801 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:16.803 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:16.803 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.803 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:16.803 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:16.803 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.803 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.804 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.804 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.804 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:16.805 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:31:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.805 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:16.805 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:16.805 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.805 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 1 was found 07:31:16.806 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:16.839 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.840 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:16.840 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) 07:31:16.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.DefaultFormTest 07:31:16.840 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:16.840 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:16.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.383 s - in org.eclipse.reddeer.uiforms.test.DefaultFormTest testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 1.875 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.045 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.057 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.039 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.058 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.041 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.DefaultFormTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:16.851 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:16.852 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:16.852 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:16.852 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:16.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:16.853 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:16.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:16.853 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:16.853 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:16.853 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:31:16.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:16.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:16.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:16.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:16.853 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:16.853 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:16.854 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.854 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.854 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:16.854 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:16.854 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:16.854 DEBUG [main][MenuItemLookup] Item match:Window 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:16.855 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:31:16.855 DEBUG [main][MenuItemLookup] Item match:Preferences 07:31:16.855 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:31:16.855 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:31:16.855 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:31:16.963 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:31:16.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:31:16.964 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:16.966 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:31:16.966 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:16.966 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:31:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.966 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.966 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.966 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.966 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:16.967 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:16.968 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:16.968 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:16.968 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:16.970 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:16.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:16.970 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:16.972 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:16.972 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:16.972 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:16.972 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:17.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:17.002 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:17.002 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:17.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:17.003 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:17.003 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:17.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:17.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:17.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:17.003 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:17.004 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.035 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:17.035 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:17.035 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.039 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:17.039 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:17.039 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:17.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') 07:31:17.039 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:17.039 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.043 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:17.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:17.043 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:17.043 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:17.043 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:17.044 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:17.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:17.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:17.062 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:17.063 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:17.063 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:17.063 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.063 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:17.063 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:17.063 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:17.072 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:31:17.072 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:17.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:17.572 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:17.572 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:18.072 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.072 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:18.573 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:18.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:18.575 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:31:18.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:18.575 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:18.575 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:18.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:18.575 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:18.575 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:18.575 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:18.576 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:18.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:18.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:18.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:18.576 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:18.576 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.579 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.579 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:18.579 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.583 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.583 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:18.584 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:18.604 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:18.604 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:18.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:18.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.608 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:18.608 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:18.608 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:18.608 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:18.609 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:18.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:18.610 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:18.612 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:18.612 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:18.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:18.628 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:18.628 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:18.628 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.628 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.628 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:18.628 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.expandablecomposite.DefaultExpandableComposite, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:31:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:18.634 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.634 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:18.634 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:31:18.634 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:31:18.635 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:18.636 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:18.636 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:18.636 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:18.636 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:18.636 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:18.636 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:18.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:18.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:18.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:18.636 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:18.636 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.640 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:18.640 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.643 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:18.644 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:18.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:18.661 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:18.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:18.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:18.661 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.666 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:18.666 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:18.666 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:18.666 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:18.666 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:18.667 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:18.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:18.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:18.668 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:18.670 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Non existing expandable composite title") 07:31:18.670 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:18.671 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:18.671 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:18.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:18.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:18.673 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:19.173 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.175 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:19.676 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:19.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:19.691 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was not found 07:31:19.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.691 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.691 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.691 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.691 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.692 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.692 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.692 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.692 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.695 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.695 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.695 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.698 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.699 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.715 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.716 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.716 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:19.716 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.716 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.719 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.719 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.719 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.719 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.719 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.721 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.723 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:19.723 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.723 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.723 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.723 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.723 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:19.724 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:19.724 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.724 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 07:31:19.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.726 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.726 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.726 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.726 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.726 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.726 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.730 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.730 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.730 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.751 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.751 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.751 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.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 '\*?\QUI Form Test\E') 07:31:19.751 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.751 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.755 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.755 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.756 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:19.758 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.758 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.758 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.758 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.758 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.759 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.759 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.759 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 07:31:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.760 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.760 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.760 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.760 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:19.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.761 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.761 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.761 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.762 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.762 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.762 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.762 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.762 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.765 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.765 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.765 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.787 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.787 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.788 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.788 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:19.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.788 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.791 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.791 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.791 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.792 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.792 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.793 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.795 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:19.795 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.795 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.795 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.795 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.795 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.796 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.796 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:19.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.797 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.797 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.797 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.798 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.798 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.798 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.836 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.836 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.836 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.839 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.839 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.840 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.840 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:19.840 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.840 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.843 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.843 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.843 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.843 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.843 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.844 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type, Matcher matching widgets with text that without mnenomic matches: is "Expandable composite C") 07:31:19.846 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.846 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.846 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.848 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.848 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:19.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.864 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.864 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.864 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.865 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.865 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.865 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.865 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.869 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.869 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.869 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.876 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.876 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.877 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.877 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:19.877 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.877 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.880 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.880 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.880 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.881 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.882 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.884 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:19.884 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.901 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.901 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.901 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.901 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.902 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.902 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:19.903 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.903 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.903 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.903 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.903 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 0 was found 07:31:19.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.904 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.904 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.904 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.904 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.904 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.904 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.905 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.905 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.908 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.908 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:19.908 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.925 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.925 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.925 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.925 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:19.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.925 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.929 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.929 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.929 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:19.929 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:19.929 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:19.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:19.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:19.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:19.930 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:19.932 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:19.932 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.932 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:19.932 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:19.932 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.932 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:19.949 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:19.949 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.949 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:19.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and following matchers specified (Matcher matching widget with the ExpandableComposite type) 07:31:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:19.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:19.951 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:19.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:19.951 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.ExpandableComposite and index 1 was found 07:31:19.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.952 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:19.952 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) 07:31:19.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest 07:31:19.952 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:19.952 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:19.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.102 s - in org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.572 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.06 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 1.055 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.036 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.035 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.066 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.039 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.expandablecomposite.DefaultExpandableCompositeTest) Time elapsed: 0.048 s Running org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:19.959 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:19.960 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:19.960 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:19.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:19.960 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:19.960 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:19.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:19.961 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:19.961 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:19.961 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:31:19.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:19.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:19.961 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:19.961 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:19.961 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:19.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:19.962 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:19.962 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:19.962 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:19.962 DEBUG [main][MenuItemLookup] Item match:Window 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:19.963 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:31:19.963 DEBUG [main][MenuItemLookup] Item match:Preferences 07:31:19.963 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:31:19.963 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:31:19.963 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:31:20.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:31:20.054 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:31:20.054 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:20.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:20.055 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:20.055 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:31:20.055 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:20.056 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:31:20.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.056 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.056 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.056 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.056 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:20.057 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:20.057 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.058 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.058 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.058 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:20.059 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:20.059 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:20.059 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:20.059 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:20.090 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:20.090 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:20.091 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:20.091 INFO [WorkbenchTestable][RequirementsRunner] Started test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:20.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:20.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:20.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:20.091 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:20.091 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.112 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.112 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:20.112 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.128 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.128 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:20.129 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:20.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') 07:31:20.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.129 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:20.132 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:20.132 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:20.133 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:31:20.137 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.137 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:20.137 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:20.137 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.137 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.138 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.138 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:20.140 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Label with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText clicked") 07:31:20.140 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:20.140 TRACE [main][WidgetHandler] Notify FormText with event 1 07:31:20.140 TRACE [main][WidgetHandler] Wait for synchronization 07:31:20.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.159 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:20.159 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:20.159 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.159 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.160 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.160 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Label and index 0 was found 07:31:20.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:20.161 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:20.161 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.161 INFO [WorkbenchTestable][RequirementsRunner] Finished test: clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:20.162 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:20.162 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:20.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:20.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:20.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:20.162 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:20.162 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.165 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.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. 07:31:20.165 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.168 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.168 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:20.169 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:20.169 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:20.169 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.169 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.173 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.173 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:20.173 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:20.173 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:20.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:20.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:20.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:20.174 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:20.176 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:31:20.176 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.192 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:20.192 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:20.192 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.192 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.193 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.193 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.193 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:20.195 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 07:31:20.195 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:20.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.195 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:20.195 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:20.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.195 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:20.195 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:20.195 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.195 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:31:20.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:20.196 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:20.196 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.197 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:20.197 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:20.197 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:20.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:20.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:20.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:20.197 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:20.197 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.200 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.200 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:20.200 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:20.227 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:20.227 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:20.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.247 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:20.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:20.247 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:20.247 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:20.248 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:20.249 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:20.253 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing hyperlink") 07:31:20.253 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:20.253 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:20.253 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:20.253 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:20.253 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:20.755 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:20.757 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:21.257 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.259 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:21.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:21.269 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was not found 07:31:21.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.269 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.269 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.269 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.270 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.270 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.270 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.270 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.270 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.273 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.273 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.276 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.277 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.297 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.297 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.297 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.297 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.301 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.301 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.301 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.301 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.301 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.303 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.306 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 1 and no matchers specified 07:31:21.306 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.306 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.306 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.306 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:21.306 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:21.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.307 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:31:21.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.308 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.308 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.308 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.309 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.309 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.309 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.309 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.330 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.330 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.330 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.334 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.334 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.335 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.335 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.335 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.338 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.338 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.338 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.338 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.339 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:31:21.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.341 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.341 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.341 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.341 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.342 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.342 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.342 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.343 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.343 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.343 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.343 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.344 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.344 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.344 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.361 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.365 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.365 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.365 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.368 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.368 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.369 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.369 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.369 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.369 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.372 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.372 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.372 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.372 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.373 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.375 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:21.375 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.376 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.376 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.376 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.376 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.397 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.397 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.397 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:21.399 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section C") 07:31:21.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.399 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.400 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.400 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.401 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.401 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.401 INFO [WorkbenchTestable][RequirementsRunner] Started test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.401 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.401 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.406 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.412 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.412 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.413 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.413 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.413 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.413 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.417 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.417 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.417 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.418 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.418 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.419 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:31:21.422 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.422 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.422 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.422 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.422 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.422 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.423 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.423 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.423 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.424 INFO [WorkbenchTestable][RequirementsRunner] Finished test: hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.424 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.424 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.424 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.448 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.453 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.453 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.454 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.454 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.454 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.460 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.460 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.460 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.460 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.460 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.478 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.479 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.481 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and no matchers specified 07:31:21.481 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.481 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.481 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.481 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.481 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.482 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.482 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.483 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.483 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.483 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.483 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.489 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.528 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.528 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.529 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.529 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.529 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.534 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.534 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.534 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.535 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.535 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.536 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.538 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "FormText Section A") 07:31:21.539 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.539 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.539 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.539 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.539 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.539 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.540 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.541 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.541 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.541 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.541 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.541 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.541 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.542 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.542 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.569 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.569 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.569 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.573 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.573 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.573 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.574 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.574 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.574 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.574 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.596 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.596 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.596 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.596 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.598 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:21.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.601 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.601 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.601 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.602 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.602 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.602 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:21.603 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:31:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.603 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.603 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.603 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.603 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 0 was found 07:31:21.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.604 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.604 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.604 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.604 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.604 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.604 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.604 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.604 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.636 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.637 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.637 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.640 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.640 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.641 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.641 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.641 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.641 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.663 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.663 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.663 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.664 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.664 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.665 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.667 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:21.667 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.668 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.668 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.668 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.668 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.668 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:21.669 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.FormText with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:31:21.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.669 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:21.670 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:21.670 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.670 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.FormText and index 1 was found 07:31:21.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.671 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.671 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) 07:31:21.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest 07:31:21.671 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:21.671 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 s - in org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest clickTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.07 s hasFocusFalseTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.035 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 1.072 s indexedConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.038 s defaultConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.034 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.057 s hasFocusTrueTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.022 s getTooltipTest no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.059 s titleConstructor no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.058 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.063 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.formtext.DefaultFormTextTest) Time elapsed: 0.067 s Running org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:21.683 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:21.684 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:21.684 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:21.684 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.684 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:21.696 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.696 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:21.697 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.697 DEBUG [WorkbenchTestable][DoNotDownloadMavenIndexesExt] Trying to disable downloading maven repo indexes on startup via Windows > Preferences > Maven 07:31:21.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:21.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:21.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:21.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:21.697 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] 07:31:21.697 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:21.697 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.698 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.698 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.698 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:31:21.698 DEBUG [main][MenuItemLookup] Found menu:'File' 07:31:21.698 DEBUG [main][MenuItemLookup] Found menu:'Edit' 07:31:21.698 DEBUG [main][MenuItemLookup] Found menu:'Navigate' 07:31:21.698 DEBUG [main][MenuItemLookup] Found menu:'Search' 07:31:21.698 DEBUG [main][MenuItemLookup] Found menu:'Project' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Window' 07:31:21.699 DEBUG [main][MenuItemLookup] Item match:Window 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'New Window' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Editor' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Appearance' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Show View' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Perspective' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Navigation' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'' 07:31:21.699 DEBUG [main][MenuItemLookup] Found menu:'Preferences' 07:31:21.699 DEBUG [main][MenuItemLookup] Item match:Preferences 07:31:21.699 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Preferences" 07:31:21.699 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Preferences 07:31:21.699 INFO [main][MenuItemHandler] Select menu item: &Preferences 07:31:21.794 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available.... 07:31:21.796 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'Preferences.*'] is available. finished successfully 07:31:21.796 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:31:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.797 TRACE [WorkbenchTestable][WorkbenchPreferenceDialog] Shell Preferences is not null and is not disposed 07:31:21.797 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:21.797 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and no matchers specified 07:31:21.797 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.798 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.798 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.798 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.798 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:31:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:31:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:31:21.799 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.workbench.ui.dialogs.WorkbenchPreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:21.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.799 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.800 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.800 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.800 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:21.801 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:21.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:21.801 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:21.801 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:21.833 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.833 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.834 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:21.834 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:21.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:21.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:21.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:21.835 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:21.835 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.857 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.857 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:21.857 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.862 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.862 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:21.862 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:21.862 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:21.862 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.862 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.867 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.868 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.868 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:21.868 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:21.868 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:21.869 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:21.875 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:31:21.875 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:21.887 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:21.888 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:21.888 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.888 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.888 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:21.888 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:21.888 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:21.898 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:31:21.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:21.898 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:21.898 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:22.399 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.400 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:22.900 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.900 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:22.900 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:22.901 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was not found 07:31:22.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:22.901 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:22.901 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:22.902 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:22.902 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:22.902 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:22.902 INFO [WorkbenchTestable][RequirementsRunner] Started test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:22.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:22.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:22.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:22.902 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:22.902 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.907 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:22.907 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.911 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.911 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:22.912 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:22.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:22.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:22.912 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.934 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:22.935 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:22.935 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:22.935 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:22.936 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:22.938 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:31:22.938 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:22.938 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:22.938 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:22.938 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.938 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.938 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:22.938 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:22.947 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.uiforms.impl.section.DefaultSection, index 0 and following matchers specified (Matcher matching widget which text matches: "Value: ") 07:31:22.947 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:22.947 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.948 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.948 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:22.948 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:31:22.948 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:31:22.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:22.948 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:22.948 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:22.964 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:22.964 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:22.965 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:22.965 INFO [WorkbenchTestable][RequirementsRunner] Started test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:22.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:22.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:22.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:22.965 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:22.965 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.972 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.972 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:22.972 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.976 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.977 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:22.977 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:22.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:22.978 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:22.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.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:22.978 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:22.978 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:22.981 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:22.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:22.981 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:22.981 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:22.981 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:23.000 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:23.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:23.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:23.001 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:23.003 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Non existing section title") 07:31:23.003 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:23.003 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:23.003 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:23.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:23.003 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:23.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:23.505 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:23.507 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:24.007 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.008 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:31:24.008 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:31:24.018 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was not found 07:31:24.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.018 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.018 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.019 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.019 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.019 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.019 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.019 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.019 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.022 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.022 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.023 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.025 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.025 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.026 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.043 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.043 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.043 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.046 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.046 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.047 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.049 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 1 and no matchers specified 07:31:24.049 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.049 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.049 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:24.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:24.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 07:31:24.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.051 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.051 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.052 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.052 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.052 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.052 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.052 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.052 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.057 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.057 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.057 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.088 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.088 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.089 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.089 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.089 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.089 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.109 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.109 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.111 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.111 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.112 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.113 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.114 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:24.114 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.115 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.115 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.115 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.115 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.116 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.116 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.116 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:24.117 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and following matchers specified (Matcher matching widget which text matches: "Section C") 07:31:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.117 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.117 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.117 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.117 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:24.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.118 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.118 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.119 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.119 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.119 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.119 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.119 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.125 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.141 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.142 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.142 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.163 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.163 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.163 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.163 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.163 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.164 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.166 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and no matchers specified 07:31:24.166 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.166 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.166 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.166 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:24.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.166 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.166 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.167 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.167 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.167 INFO [WorkbenchTestable][RequirementsRunner] Started test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.167 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.167 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.170 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.170 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.170 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.173 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.173 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.174 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.174 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.191 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.191 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.191 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.191 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.191 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.192 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.194 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Section A") 07:31:24.194 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.207 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.207 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.207 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.207 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.207 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.207 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:24.207 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.208 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.208 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.208 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.208 INFO [WorkbenchTestable][RequirementsRunner] Finished test: titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.208 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.208 INFO [WorkbenchTestable][RequirementsRunner] Started test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.208 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.208 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.214 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.214 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.214 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.218 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.218 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.219 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.219 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.219 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.223 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.223 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.223 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.223 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.224 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:24.226 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.240 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.240 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.240 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.241 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.241 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.241 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:24.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 0 and no matchers specified 07:31:24.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.246 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 0 was found 07:31:24.246 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.247 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.247 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.247 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.247 INFO [WorkbenchTestable][RequirementsRunner] Finished test: defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.247 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:24.247 INFO [WorkbenchTestable][RequirementsRunner] Started test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:24.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:24.247 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:24.248 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.252 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.252 INFO [WorkbenchTestable][AbstractView] View 'Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E'' is already open. Activate. 07:31:24.252 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.255 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.255 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:24.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:24.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:24.256 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:24.256 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CTabItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which text matches: Matcher matching text to regular expression '\*?\QUI Form Test\E') 07:31:24.256 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.256 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.274 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.274 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.274 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CTabItem and index 0 was found 07:31:24.274 INFO [WorkbenchTestable][AbstractView] Activate view UI Form Test 07:31:24.274 INFO [WorkbenchTestable][AbstractCTabItem] Activate UI Form Test 07:31:24.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Active workbench control=Class=org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1 Text= TooltipText=null 07:31:24.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Focused control=Class=org.eclipse.swt.widgets.Shell Text=data - Eclipse Platform TooltipText=null 07:31:24.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] No control in opened view has a focus! 07:31:24.275 DEBUG [WorkbenchTestable][WorkbenchPartHandler] Setting implicit focus... 07:31:24.277 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Form with no referenced composite specified, index 0 and following matchers specified (Matcher matching widget which text matches: "Form B") 07:31:24.277 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:31:24.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.290 TRACE [WorkbenchTestable][WidgetLookup] Setting workbench part with title "UI Form Test"as the parent 07:31:24.290 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:31:24.290 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.290 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:24.291 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:24.291 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.291 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Form and index 0 was found 07:31:24.292 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.ui.forms.widgets.Section with referenced composite class org.eclipse.reddeer.uiforms.impl.form.DefaultForm, index 1 and no matchers specified 07:31:24.292 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:24.292 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 1 with specified parent and matchers 07:31:24.295 TRACE [WorkbenchTestable][WidgetLookup] widget with index 1 is found 07:31:24.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:24.295 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.ui.forms.widgets.Section and index 1 was found 07:31:24.295 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.296 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:24.296 INFO [WorkbenchTestable][RequirementsRunner] Finished test: indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) 07:31:24.296 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest 07:31:24.296 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:24.296 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:24.296 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.615 s - in org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest testExpanded_false no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.068 s testExpanded_true no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.062 s testInvalidInstance no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 1.054 s indexedConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.033 s titleConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.067 s defaultConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.048 s titleConsturctor no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.041 s defaultConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.039 s indexedConsturctor_referencedComposite no-configuration(org.eclipse.reddeer.uiforms.test.section.DefaultSectionTest) Time elapsed: 0.049 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.v20230825-0716 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.reddeer.jface.test --- [INFO] Resolving class path of RedDeer JFace Tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (prepare-agent-for-reddeer-tests) @ org.eclipse.reddeer.jface.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/* [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.reddeer.jface.test --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/bin [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.reddeer.jface.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.reddeer.jface.test --- [INFO] Building jar: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/org.eclipse.reddeer.jface.test-4.7.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.reddeer.jface.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.reddeer.jface.test --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 9600, logs (if any) will be placed at: /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DlogMessageFilter=ALL, -DpauseFailedTest=false, -DrelativeScreenshotDirectory=./target/screenshots, -Drd.closeShells=true, -Drd.closeWelcomeScreen=true, -Drd.disableMavenIndex=true, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/jacoco.exec,append=true,includes=org.eclipse.reddeer.*,excludes=org.eclipse.reddeer.e4.workbench.core/**/*, -Xmx512m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/data, -install, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work, -configuration, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/reddeer.verification.parametrized/tests/org.eclipse.reddeer.jface.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread, -timeout, 9600000] Launching application org.eclipse.ui.ide.workbench... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Running org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:35.042 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:31:35.044 DEBUG [WorkbenchTestable][BeforeTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.before.test=5 07:31:35.055 DEBUG [WorkbenchTestable][RedDeerSuite] Eclipse is running 07:31:35.057 DEBUG [WorkbenchTestable][AfterTestInitialization] Number of found extensions for extension point org.eclipse.reddeer.junit.after.test=2 07:31:35.140 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:35.239 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:35.242 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:35.245 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:35.247 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.log.collector.BeforesLogCollector 07:31:35.248 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.MaximizeAndFocusWorkbench 07:31:35.256 INFO [WorkbenchTestable][ShellHandler] Maximize shell 'data - Eclipse Platform' 07:31:35.324 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:35.324 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:35.425 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:35.425 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:35.429 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:35.430 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:35.433 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:35.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:35.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:35.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:35.433 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:35.440 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:35.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:35.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:35.448 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:35.454 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:35.649 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:35.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:35.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:35.653 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:35.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:35.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:31:35.658 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:35.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:35.658 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:35.658 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:31:35.665 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:35.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:35.671 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:35.726 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:35.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:35.727 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:35.729 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:31:35.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:35.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:35.731 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:35.732 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:31:40.783 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:40.783 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.783 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:31:40.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:40.784 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:40.787 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:40.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:40.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:40.789 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:40.789 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:40.789 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:40.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:40.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:40.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:40.789 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:40.789 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:40.790 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:40.790 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:40.867 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.868 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.869 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:40.869 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:40.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:40.870 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:40.871 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:40.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.871 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.872 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:40.872 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:40.872 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:40.872 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:31:40.873 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:40.873 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:40.873 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:40.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:40.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:40.874 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:40.875 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:40.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:40.875 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:40.875 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:40.937 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:31:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:31:40.939 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:31:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:31:40.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:40.939 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:40.939 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:40.939 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:40.940 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:40.940 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:40.940 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:40.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:40.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:40.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:40.940 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:40.940 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:40.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:40.941 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:40.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:40.998 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.999 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:40.999 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:40.999 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:41.000 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:41.000 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 07:31:41.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:41.001 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:41.001 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:41.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:41.001 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:41.027 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:41.027 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:41.027 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:41.028 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:31:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:41.028 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:41.028 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:41.028 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:46.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:46.047 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] 07:31:46.047 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:46.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:46.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:46.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:46.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:46.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:46.048 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:46.048 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:46.048 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:46.048 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:46.049 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:46.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:46.101 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.102 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.103 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:46.103 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:46.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:46.104 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:46.105 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:46.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.105 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.105 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:46.105 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:46.106 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:46.106 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:31:46.106 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:46.106 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:46.106 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:46.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:46.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:46.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:46.108 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:46.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:46.109 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:46.109 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:46.109 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:46.149 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:46.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:46.150 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:31:46.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:31:46.150 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:31:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:31:46.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:46.151 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:46.151 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:46.151 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:46.151 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:46.151 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:46.151 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:46.151 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:46.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:46.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:46.152 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:46.152 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:46.152 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:46.152 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:46.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.... 07:31:46.200 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.201 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:46.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:46.223 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:46.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:31:46.227 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:46.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.228 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:46.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:31:46.228 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:46.228 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:46.228 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:46.230 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:46.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:46.230 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:46.230 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:31:46.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:46.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:46.230 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:46.231 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:51.248 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available.... 07:31:51.248 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] 07:31:51.249 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:51.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'Testing.*'] is available. finished successfully 07:31:51.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:51.249 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:51.249 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:51.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:51.249 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:51.249 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:51.250 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:51.250 INFO [WorkbenchTestable][RequirementsRunner] Started test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:51.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:51.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:51.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:51.250 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:51.250 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:51.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:51.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:51.250 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:51.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:51.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:51.310 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:51.311 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:51.311 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available... 07:31:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window is available finished successfully 07:31:51.312 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:51.312 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:51.312 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:51.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:51.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:51.314 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:31:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:51.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:51.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:51.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:56.331 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:56.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:56.332 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:56.332 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.332 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.332 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) 07:31:56.333 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest 07:31:56.333 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:56.333 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.333 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.38 s - in org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest testWindowIsAvailableConditionRegex no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.355 s testWindowIsAvailableConditionWrongClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.151 s testWindowIsAvailableConditionText no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.108 s testWindowIsAvailableConditionOKClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 0.103 s testWindowIsAvailableConditionRegexAndClass no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.098 s testWindowIsAvailableCondition no-configuration(org.eclipse.reddeer.jface.test.condition.WindowIsAvailableTest) Time elapsed: 5.082 s Running org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.362 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.363 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:31:56.363 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:56.363 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.363 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:56.363 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:31:56.363 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:56.363 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:31:56.364 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:56.364 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:56.364 INFO [WorkbenchTestable][RequirementsRunner] Started test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:31:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:56.364 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:56.364 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.364 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:56.365 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:56.438 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.439 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.439 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:56.439 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.440 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.440 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:56.440 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:31:56.441 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:31:56.441 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.441 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.442 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.442 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.442 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.443 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:31:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:56.443 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:56.443 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:56.443 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:56.445 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:56.446 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:31:56.446 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.446 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.447 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.447 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.447 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.447 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:31:56.447 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.448 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:31:56.448 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.448 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.449 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.449 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.449 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.449 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:56.449 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:56.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.477 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:56.478 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.478 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:31:56.478 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:56.478 INFO [WorkbenchTestable][RequirementsRunner] Started test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:31:56.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:56.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:56.478 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:56.478 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.478 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.479 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:56.479 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:56.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.549 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:56.550 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.550 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.551 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:56.551 INFO [WorkbenchTestable][WizardDialog] Cancel wizard 07:31:56.551 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:31:56.551 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.551 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.552 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.552 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.553 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:31:56.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:56.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:56.553 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:56.553 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:31:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:31:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:31:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:31:56.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:31:56.568 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:31:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:31:56.568 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.569 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.569 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:56.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.569 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:31:56.569 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:31:56.569 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:31:56.570 INFO [WorkbenchTestable][RequirementsRunner] Finished test: cancel no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:31:56.570 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:31:56.570 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:31:56.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:31:56.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:31:56.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:31:56.570 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:31:56.570 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:31:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.570 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:31:56.570 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:31:56.651 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.652 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:31:56.652 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:31:56.652 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:31:56.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:31:56.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:31:56.653 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:56.653 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:56.653 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.653 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.654 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.654 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.655 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.655 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:31:56.655 INFO [WorkbenchTestable][WizardDialog] Finish wizard 07:31:56.655 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:31:56.655 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:31:56.655 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:31:56.656 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:31:56.656 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:31:56.657 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:31:56.657 INFO [WorkbenchTestable][AbstractButton] Click button &Finish 07:31:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:31:56.657 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:31:56.657 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:31:56.657 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:01.674 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.674 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.674 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.675 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.675 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:01.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.675 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:01.675 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.675 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.676 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.676 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:01.676 INFO [WorkbenchTestable][RequirementsRunner] Started test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:01.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:01.676 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:01.676 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.676 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:01.676 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:01.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.730 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:01.730 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.731 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.732 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.732 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Finish", Widget matcher matching widgets with style: 8) 07:32:01.732 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.733 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.734 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.734 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.734 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:01.734 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.734 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:01.734 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.734 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.735 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.735 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.735 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.735 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:01.735 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.762 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:01.763 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.763 INFO [WorkbenchTestable][RequirementsRunner] Finished test: finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.763 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:01.763 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:01.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:01.763 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:01.763 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.763 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.764 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:01.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:01.837 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.838 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.838 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:01.838 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.839 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.839 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.841 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:01.843 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.845 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.845 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.846 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:01.846 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.846 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:01.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.846 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.847 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.847 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.847 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:01.847 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.874 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:01.874 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.874 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.875 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.875 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:01.875 INFO [WorkbenchTestable][RequirementsRunner] Started test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:01.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:01.875 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:01.875 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.875 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:01.875 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:01.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.933 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:01.934 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.934 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.935 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.935 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:32:01.935 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:01.935 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.935 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.936 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.936 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.936 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:01.936 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:01.936 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:01.936 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.938 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.940 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:32:01.940 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.940 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.941 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.941 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.941 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:01.941 INFO [WorkbenchTestable][WizardDialog] Go to previous wizard page 07:32:01.941 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:32:01.941 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.941 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.942 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.942 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.942 INFO [WorkbenchTestable][AbstractButton] Click button < &Back 07:32:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:01.942 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:01.942 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:01.942 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.944 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:32:01.945 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:01.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.945 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 07:32:01.945 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:01.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.945 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.945 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.945 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.945 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:32:01.950 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.950 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.951 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:01.951 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.951 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:01.951 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:01.951 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:01.952 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:01.952 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:01.952 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:01.952 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:01.952 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:01.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.980 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:01.980 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:01.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:01.980 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:01.980 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.980 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:01.980 INFO [WorkbenchTestable][RequirementsRunner] Started test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:01.980 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:01.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:01.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:01.981 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:01.981 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:01.981 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:01.981 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:02.042 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.043 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.043 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:02.043 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.044 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:02.044 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:02.044 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.044 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.045 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.045 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.045 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:02.046 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:02.046 INFO [WorkbenchTestable][WizardDialog] Go to next wizard page 07:32:02.046 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.046 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.046 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.046 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:02.046 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:02.046 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:02.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:02.047 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:02.047 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:02.048 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.custom.CLabel with no referenced composite specified, index 0 and no matchers specified 07:32:02.048 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:02.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:02.048 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing Wizard" as the parent 07:32:02.048 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.049 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.049 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.049 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.custom.CLabel and index 0 was found 07:32:02.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:02.049 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:02.049 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.049 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.050 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.050 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.050 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.050 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.050 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:02.050 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:02.050 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:02.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:02.075 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:02.075 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:02.075 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:02.075 INFO [WorkbenchTestable][RequirementsRunner] Finished test: next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:02.075 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:02.075 INFO [WorkbenchTestable][RequirementsRunner] Started test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:02.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:02.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:02.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:02.075 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:02.075 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.076 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:02.076 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:02.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.141 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:02.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:02.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.142 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:02.143 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.wizard.WizardDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "< Back", Widget matcher matching widgets with style: 8) 07:32:02.143 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.143 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.143 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.144 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:02.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:02.144 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:02.144 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.144 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:02.144 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:02.144 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:02.145 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:02.145 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:02.145 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:02.145 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:02.145 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:02.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:02.160 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:02.160 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:02.160 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:02.160 INFO [WorkbenchTestable][RequirementsRunner] Finished test: back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:02.160 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:02.160 INFO [WorkbenchTestable][RequirementsRunner] Started test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:02.160 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:02.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:02.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:02.161 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:02.161 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:02.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:02.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.229 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.229 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:02.231 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:02.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:02.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 07:32:02.271 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:02.772 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.272 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:03.773 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.273 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:04.774 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.274 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:05.775 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.275 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:06.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.276 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.776 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:07.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.277 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:08.777 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.278 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:09.778 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.279 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:10.779 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.280 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:11.780 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.281 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. failed, an exception will be thrown 07:32:12.294 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.295 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing TitleAreaDialog 07:32:12.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 07:32:12.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.298 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:12.298 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:12.298 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:12.299 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:12.300 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:12.300 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:12.300 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:12.300 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.322 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:12.322 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.322 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:12.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:12.322 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:12.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:12.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:12.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:12.323 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:12.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:12.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.350 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:12.350 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.351 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:12.351 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:12.351 INFO [WorkbenchTestable][RequirementsRunner] Started test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:12.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:12.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:12.351 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:12.351 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:12.352 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:12.397 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.398 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.398 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:12.398 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:12.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.399 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.399 TRACE [WorkbenchTestable][WizardDialog] Shell Testing Wizard is not null and is not disposed 07:32:12.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.400 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:12.400 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:12.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.400 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:12.400 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:12.400 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:12.401 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:12.401 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:12.401 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:12.402 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:12.402 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:12.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.431 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:12.431 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.431 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.431 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:12.431 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:12.431 INFO [WorkbenchTestable][RequirementsRunner] Started test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:12.431 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:12.431 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.432 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:12.432 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available.... 07:32:12.480 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.481 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.481 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing Wizard"] is available. finished successfully 07:32:12.481 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:12.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.482 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.482 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.483 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Testing Wizard 07:32:12.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing Wizard 07:32:12.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.483 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:12.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:12.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:12.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:12.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:12.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:12.484 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:12.484 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:12.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.498 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:12.498 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:12.499 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) 07:32:12.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.wizard.WizardDialogTest 07:32:12.499 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:12.499 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:12.499 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.138 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.092 s finish no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 5.106 s finish_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.087 s getPageDescription no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.111 s back no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.105 s next no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.095 s back_notEnabled no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.085 s testTitleAreaDialogAsWizardDialog no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 10.191 s getPageTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.08 s getTitle no-configuration(org.eclipse.reddeer.jface.test.wizard.WizardDialogTest) Time elapsed: 0.068 s Running org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:12.537 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:12.540 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:12.540 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:12.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:12.540 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:12.540 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:12.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:12.541 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:12.541 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:12.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: "Import"] 07:32:12.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.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: "Import"] 07:32:12.546 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 07:32:12.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.547 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:12.547 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 07:32:12.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:12.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:12.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:12.547 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:12.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:12.547 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.547 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:12.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:12.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing import wizard"] 07:32:12.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:12.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.548 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:12.548 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.552 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.552 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:12.555 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:12.559 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:12.559 DEBUG [main][MenuItemLookup] Item match:File 07:32:12.561 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:12.561 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:32:12.561 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:12.562 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:32:12.562 DEBUG [main][MenuItemLookup] Item match:Import... 07:32:12.565 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Import..." 07:32:12.565 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Import... 07:32:12.567 INFO [main][MenuItemHandler] Select menu item: &Import... 07:32:12.667 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available.... 07:32:12.669 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Import"] is available. finished successfully 07:32:12.669 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Import 07:32:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:12.671 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:12.671 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:32:12.671 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:12.677 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:12.677 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:12.677 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:12.678 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:12.678 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:12.678 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:12.683 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:12.690 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:12.702 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children... 07:32:12.724 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 07:32:12.726 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:13.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:13.229 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 07:32:13.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing import category has children finished successfully 07:32:13.230 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing import category 07:32:13.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:13.230 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing import category is already expanded. No action performed 07:32:13.230 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:13.230 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing import category 07:32:13.231 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing import wizard 07:32:13.231 DEBUG [main][TreeItemHandler] Selecting tree item: Testing import wizard 07:32:13.232 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing import wizard about selection 07:32:13.236 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing import wizard 07:32:13.236 TRACE [WorkbenchTestable][ImportExportWizard] Shell Import is not null and is not disposed 07:32:13.236 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:32:13.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:13.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:13.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:13.237 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:13.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:13.237 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:13.238 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:13.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:13.238 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:13.238 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:13.245 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Import"] 07:32:13.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.245 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available.... 07:32:13.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing import wizard"] is available. finished successfully 07:32:13.245 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.246 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 07:32:13.246 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:13.246 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing import wizard 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.249 TRACE [WorkbenchTestable][ImportWizardDialogImpl] Shell Testing import wizard is not null and is not disposed 07:32:13.250 INFO [WorkbenchTestable][ImportWizardDialogImpl] Cancel wizard 07:32:13.250 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest$ImportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:13.250 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:13.250 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:13.251 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:13.251 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:13.251 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:13.251 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:13.251 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:13.251 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:13.268 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:13.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:13.268 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:13.268 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:13.268 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:13.280 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) 07:32:13.280 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest 07:32:13.280 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:13.280 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:13.281 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s - in org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ImportWizardDialogTest) Time elapsed: 0.733 s Running org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:13.288 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:13.290 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:13.291 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:13.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:13.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:13.291 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:13.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:13.291 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:13.291 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:13.292 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:13.293 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.293 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:13.293 INFO [WorkbenchTestable][RequirementsRunner] Started test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:13.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:13.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:13.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:13.293 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:13.293 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:13.294 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.294 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.295 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.295 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.295 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.295 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.295 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:13.295 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:13.295 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:13.295 DEBUG [main][MenuItemLookup] Item match:File 07:32:13.297 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:13.297 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:13.301 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:32:13.301 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:32:13.302 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:32:13.302 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:32:13.302 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:32:13.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:32:13.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:32:13.375 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:32:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.377 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:13.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.377 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:13.377 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:13.377 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:13.377 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:13.377 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:13.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:13.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:32:13.380 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:13.380 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:13.880 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:13.881 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:32:13.882 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:13.882 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:32:13.882 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:13.882 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:13.882 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:32:13.882 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:32:13.882 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:32:13.883 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:32:13.883 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:13.883 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:32:13.883 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:13.883 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:13.883 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:13.884 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:13.884 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:13.884 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:13.885 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:13.885 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:13.885 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:13.885 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:13.894 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.894 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:13.894 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:13.894 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:13.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.895 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.895 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:13.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.895 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.895 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:13.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:13.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.896 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:13.896 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.896 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:13.896 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:32:13.896 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:13.896 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:13.896 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:13.897 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:13.897 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:13.897 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:13.898 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:13.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:13.898 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:13.898 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:13.898 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:13.920 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:13.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:13.921 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:13.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.921 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:13.921 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:13.921 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:13.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:13.922 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:13.922 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:13.922 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:13.922 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:13.922 DEBUG [main][MenuItemLookup] Item match:File 07:32:13.923 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:13.923 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:13.925 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:32:13.925 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:32:13.926 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:32:13.926 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:32:13.926 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:32:14.001 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:32:14.003 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:32:14.003 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:32:14.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.004 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.004 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:14.004 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.005 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:14.005 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:14.005 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:14.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:14.005 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:14.006 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:32:14.007 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:14.007 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:14.508 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:14.509 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:14.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:32:14.510 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:14.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:14.510 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:32:14.510 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:14.510 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:14.510 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:32:14.510 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:32:14.510 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:32:14.511 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:32:14.511 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:14.511 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:32:14.511 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:14.511 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:14.511 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:14.513 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:14.513 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:14.513 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:14.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:14.513 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:14.513 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:14.519 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.519 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:14.520 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.520 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.520 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:14.520 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:14.521 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.521 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:14.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.522 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:14.522 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:14.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.522 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.523 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:14.523 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:32:14.523 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:14.523 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:14.523 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:14.524 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:14.524 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:14.524 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:14.524 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:14.524 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:14.524 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:14.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:14.554 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:14.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:14.554 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:14.554 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:14.554 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:14.555 INFO [WorkbenchTestable][RequirementsRunner] Finished test: activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:14.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.555 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.555 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:14.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.556 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:14.556 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:14.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:14.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:14.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:14.556 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:14.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.556 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:14.556 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.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'] 07:32:14.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.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: "Testing new wizard"] 07:32:14.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.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'] 07:32:14.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.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'] 07:32:14.557 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.557 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.557 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.557 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:14.558 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:14.558 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:14.558 DEBUG [main][MenuItemLookup] Item match:File 07:32:14.559 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:14.559 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:14.560 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:32:14.560 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:32:14.561 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:32:14.561 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:32:14.561 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:32:14.621 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:32:14.622 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:32:14.623 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:32:14.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:14.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:14.624 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:14.624 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:14.624 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:14.624 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:14.624 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:14.625 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:14.625 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:14.625 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:14.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:32:14.627 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:14.627 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:15.127 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:15.129 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:32:15.129 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:15.129 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:32:15.129 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:15.130 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:15.130 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:32:15.130 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:32:15.130 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:32:15.131 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:32:15.131 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:15.131 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:32:15.131 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:15.131 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.131 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.132 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.132 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.132 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:15.133 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:15.133 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:15.133 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:15.133 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:15.140 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:15.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:15.140 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.140 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.140 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:15.140 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:15.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.141 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.141 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:15.141 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:32:15.141 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:15.141 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.141 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.142 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.142 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:15.142 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:15.142 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:15.142 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:15.142 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:15.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:15.172 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:15.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:15.172 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:15.172 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:15.172 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:15.172 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:15.172 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:15.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.173 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:15.173 INFO [WorkbenchTestable][RequirementsRunner] Started test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:15.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:15.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:15.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:15.173 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:15.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.173 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.173 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:15.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.174 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.174 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.174 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.174 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.174 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:15.174 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:15.174 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:15.174 DEBUG [main][MenuItemLookup] Item match:File 07:32:15.175 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:15.175 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.177 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:32:15.177 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:32:15.177 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:32:15.177 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:32:15.177 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:32:15.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:32:15.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:32:15.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:32:15.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.238 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:15.238 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.238 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.238 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.238 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.238 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.238 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:15.239 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:32:15.240 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:15.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:15.741 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:15.742 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:32:15.743 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:15.743 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:32:15.743 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:15.743 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:15.743 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:32:15.743 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:32:15.743 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:32:15.744 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:32:15.744 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:15.744 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:32:15.744 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:15.744 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.744 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.745 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.745 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.745 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:15.746 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:15.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:15.746 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:15.746 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:15.746 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:15.752 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:15.752 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.752 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.752 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:15.752 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.753 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.753 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.753 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:15.753 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:15.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.754 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.754 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:15.754 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:32:15.754 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:15.754 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.754 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.755 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.755 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:15.755 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:15.755 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:15.755 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:15.755 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:15.770 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:15.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:15.770 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:15.770 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:15.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:15.771 INFO [WorkbenchTestable][RequirementsRunner] Finished test: useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) 07:32:15.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest 07:32:15.771 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:15.771 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:15.771 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.483 s - in org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest activate no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 1.262 s open no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.616 s useExistingWizard no-configuration(org.eclipse.reddeer.jface.test.dialogs.NewWizardDialogTest) Time elapsed: 0.597 s Running org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:15.778 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:15.779 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:15.779 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:15.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:15.779 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:15.779 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:15.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:15.784 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:15.784 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:15.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:32:15.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:32:15.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing export wizard"] 07:32:15.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.785 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:15.785 INFO [WorkbenchTestable][RequirementsRunner] Started test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 07:32:15.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:15.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:15.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:15.785 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:15.785 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:32:15.785 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.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: "Export"] 07:32:15.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.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: "Export"] 07:32:15.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.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: "Testing export wizard"] 07:32:15.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.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: "Export"] 07:32:15.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.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: "Export"] 07:32:15.786 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.786 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:15.786 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.787 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.787 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:15.787 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:15.787 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:15.787 DEBUG [main][MenuItemLookup] Item match:File 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Open File...' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Open Projects from File System...' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Recent Files' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Close Editor Ctrl+W' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Close All Editors Shift+Ctrl+W' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Save Ctrl+S' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Save As...' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Save All Shift+Ctrl+S' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Revert' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Move...' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Rename... F2' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Refresh F5' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Convert Line Delimiters To' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Print... Ctrl+P' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Import...' 07:32:15.788 DEBUG [main][MenuItemLookup] Found menu:'Export...' 07:32:15.788 DEBUG [main][MenuItemLookup] Item match:Export... 07:32:15.789 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"Exp&ort..." 07:32:15.789 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Export... 07:32:15.789 INFO [main][MenuItemHandler] Select menu item: Exp&ort... 07:32:15.846 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available.... 07:32:15.847 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Export"] is available. finished successfully 07:32:15.847 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Export 07:32:15.848 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:15.849 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 07:32:15.849 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:15.849 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:15.849 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:15.849 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:15.849 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:15.849 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:15.850 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children... 07:32:15.851 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 07:32:15.851 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:16.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:16.352 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 07:32:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing export category has children finished successfully 07:32:16.353 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing export category 07:32:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:16.353 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing export category is already expanded. No action performed 07:32:16.353 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:16.353 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing export category 07:32:16.353 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing export wizard 07:32:16.353 DEBUG [main][TreeItemHandler] Selecting tree item: Testing export wizard 07:32:16.353 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing export wizard about selection 07:32:16.355 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing export wizard 07:32:16.355 TRACE [WorkbenchTestable][ImportExportWizard] Shell Export is not null and is not disposed 07:32:16.355 INFO [WorkbenchTestable][ImportExportWizard] Go to next wizard page 07:32:16.356 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.ImportExportWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:16.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.356 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.356 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.357 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:16.357 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:16.357 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:16.357 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:16.357 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:16.361 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Export"] 07:32:16.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.361 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available.... 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing export wizard"] is available. finished successfully 07:32:16.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.362 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 07:32:16.362 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.362 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing export wizard 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.362 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.363 TRACE [WorkbenchTestable][ExportWizardDialogImpl] Shell Testing export wizard is not null and is not disposed 07:32:16.363 INFO [WorkbenchTestable][ExportWizardDialogImpl] Cancel wizard 07:32:16.363 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest$ExportWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.363 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.363 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.363 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.363 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:16.364 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:16.364 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:16.364 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:16.364 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:16.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:16.378 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:16.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:16.378 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:16.378 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.378 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.379 INFO [WorkbenchTestable][RequirementsRunner] Finished test: open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) 07:32:16.379 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest 07:32:16.379 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:16.379 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:16.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.379 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s - in org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest open no-configuration(org.eclipse.reddeer.jface.test.dialogs.ExportWizardDialogTest) Time elapsed: 0.594 s Running org.eclipse.reddeer.jface.test.dialogs.InputDialogTest 07:32:16.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:32:16.427 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:32:16.427 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:32:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.428 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "OK", Widget matcher matching widgets with style: 8) 07:32:16.428 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.428 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.428 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.428 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.429 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.429 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.429 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:16.429 INFO [WorkbenchTestable][AbstractButton] Click button OK 07:32:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:16.429 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:16.429 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:16.429 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:16.451 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:32:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:32:16.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:32:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:32:16.484 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.484 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.484 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.484 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:32:16.484 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:16.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:32:16.542 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:32:16.542 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.543 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:16.543 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.543 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.543 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.543 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.543 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.543 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.543 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:16.544 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:16.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:16.544 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:16.544 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:16.544 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:16.565 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available.... 07:32:16.596 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "InputDialog title"] is available. finished successfully 07:32:16.596 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell InputDialog title 07:32:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.597 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:32:16.597 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.597 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.597 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.597 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.597 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.598 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.598 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.598 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:32:16.598 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:16.598 INFO [WorkbenchTestable][AbstractText] Text set to: something 07:32:16.599 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with no referenced composite specified, index 0 and no matchers specified 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:32:16.600 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "InputDialog title" as the parent 07:32:16.600 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:16.600 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.600 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.601 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:16.601 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:16.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:16.601 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:16.601 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:16.601 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in org.eclipse.reddeer.jface.test.dialogs.InputDialogTest inputDialogOkTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.064 s inputDialogMessagesTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.04 s inputDialogCancelTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.074 s inputDialogSetTextGetTextTest(org.eclipse.reddeer.jface.test.dialogs.InputDialogTest) Time elapsed: 0.071 s Running org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest 07:32:16.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:16.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.642 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.642 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: "Testing new wizard"] 07:32:16.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:16.643 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.643 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.643 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.643 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:16.643 INFO [WorkbenchTestable][ShellHandler] Getting Menu Bar of shell 'data - Eclipse Platform' 07:32:16.644 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:16.644 DEBUG [main][MenuItemLookup] Item match:File 07:32:16.644 DEBUG [main][MenuItemLookup] Found menu:'New Shift+Alt+N' 07:32:16.644 DEBUG [main][MenuItemLookup] Item match:New Shift+Alt+N 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'Project...' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'Folder' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'File' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'Untitled Text File' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'' 07:32:16.646 DEBUG [main][MenuItemLookup] Found menu:'Other... Ctrl+N' 07:32:16.646 DEBUG [main][MenuItemLookup] Item match:Other... Ctrl+N 07:32:16.646 DEBUG [WorkbenchTestable][MenuItemHandler] Queried MenuItem text:"&Other... Ctrl+N" 07:32:16.646 INFO [WorkbenchTestable][AbstractMenuItem] Select menu item with text Other... Ctrl+N 07:32:16.646 INFO [main][MenuItemHandler] Select menu item: &Other... Ctrl+N 07:32:16.700 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available.... 07:32:16.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] is available. finished successfully 07:32:16.705 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Select a wizard 07:32:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:16.707 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:16.707 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:16.707 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:16.727 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with referenced composite class org.eclipse.reddeer.eclipse.selectionwizard.SelectionWizardOpenable$1, index 0 and no matchers specified 07:32:16.727 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:16.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:16.728 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:16.728 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:16.728 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:16.729 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:16.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:16.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children... 07:32:16.730 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:16.730 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:17.231 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:17.232 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:17.232 DEBUG [WorkbenchTestable][AbstractWait] Waiting until treeItem Testing new category has children finished successfully 07:32:17.233 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item Testing new category 07:32:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:17.233 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item Testing new category is already expanded. No action performed 07:32:17.233 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:17.233 INFO [WorkbenchTestable][TreeItemHandler] Expanded: Testing new category 07:32:17.233 INFO [WorkbenchTestable][AbstractTreeItem] Select tree item Testing new wizard 07:32:17.233 DEBUG [main][TreeItemHandler] Selecting tree item: Testing new wizard 07:32:17.233 DEBUG [WorkbenchTestable][TreeItemHandler] Notify tree item Testing new wizard about selection 07:32:17.234 INFO [WorkbenchTestable][TreeItemHandler] Selected tree item: Testing new wizard 07:32:17.234 TRACE [WorkbenchTestable][NewWizard] Shell Select a wizard is not null and is not disposed 07:32:17.234 INFO [WorkbenchTestable][NewWizard] Go to next wizard page 07:32:17.234 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.eclipse.ui.dialogs.NewWizard, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Next >", Widget matcher matching widgets with style: 8) 07:32:17.234 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.234 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.235 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.235 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.235 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.236 INFO [WorkbenchTestable][AbstractButton] Click button &Next > 07:32:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.236 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.236 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.242 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.wizard.WizardDialog, Matcher matching widget which text matches: Matcher matching text to regular expression 'New|Select a wizard'] 07:32:17.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.242 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:17.242 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:17.242 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:17.242 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:17.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available.... 07:32:17.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.243 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing new wizard"] is available. finished successfully 07:32:17.243 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:17.243 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:17.244 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing new wizard 07:32:17.244 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:17.245 TRACE [WorkbenchTestable][NewWizardDialogImpl] Shell Testing new wizard is not null and is not disposed 07:32:17.245 INFO [WorkbenchTestable][NewWizardDialogImpl] Cancel wizard 07:32:17.245 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest$NewWizardDialogImpl, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel", Widget matcher matching widgets with style: 8) 07:32:17.245 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.245 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.245 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.246 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.246 INFO [WorkbenchTestable][AbstractButton] Click button Cancel 07:32:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.246 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.246 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.246 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running... 07:32:17.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Compacting resource model' is a system job, skipped 07:32:17.262 DEBUG [WorkbenchTestable][JobIsRunning] job 'Workbench Auto-Save Job' is a system job, skipped 07:32:17.262 DEBUG [WorkbenchTestable][AbstractWait] Waiting while at least one job is running finished successfully 07:32:17.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available.... 07:32:17.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.304 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.304 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing TitleAreaDialog"] is available. finished successfully 07:32:17.304 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Testing TitleAreaDialog 07:32:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:17.305 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:17.305 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.305 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.306 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.307 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.307 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.307 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.307 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.307 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.308 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog error message") 07:32:17.308 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:17.308 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:32:17.308 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:17.308 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.308 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.309 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.309 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.309 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog error message 07:32:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.309 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.309 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.309 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.312 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.312 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.312 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.313 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.313 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.313 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.313 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message") 07:32:17.313 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:17.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:17.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:17.313 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:32:17.313 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:17.313 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.313 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.314 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.314 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.314 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message 07:32:17.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.314 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.314 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.314 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.316 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.317 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.320 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.320 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.320 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.321 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.321 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog info message") 07:32:17.321 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:17.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:17.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:17.321 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:32:17.321 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:17.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.321 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.321 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.321 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.321 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.322 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog info message 07:32:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.322 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.322 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.322 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.323 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.323 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.324 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.324 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.324 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.324 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.324 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog none message") 07:32:17.324 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:17.324 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:32:17.324 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:17.324 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.324 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.325 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.325 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.325 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog none message 07:32:17.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.325 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.325 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.325 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.327 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.327 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.327 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.328 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.328 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.328 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.328 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "TitleAreaDialog warning message without provider") 07:32:17.328 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:17.328 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing TitleAreaDialog" as the parent 07:32:17.328 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:17.328 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:17.328 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:17.328 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:17.328 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:17.329 INFO [WorkbenchTestable][AbstractButton] Click button TitleAreaDialog warning message without provider 07:32:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:17.329 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:17.329 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:17.329 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:17.331 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.331 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:17.331 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.331 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.331 TRACE [WorkbenchTestable][TitleAreaDialogImpl] Shell Testing TitleAreaDialog is not null and is not disposed 07:32:17.339 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.dialogs.TitleAreaDialog, Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:17.368 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.371 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:17.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:18.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:18.372 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:18.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:18.872 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:19.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:19.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:19.873 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:19.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:20.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:20.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:20.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:20.874 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:21.374 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:21.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:21.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:21.875 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:22.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:22.375 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:22.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:22.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:23.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:23.376 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:23.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:23.876 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:24.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:24.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:24.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:24.877 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:25.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:25.377 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:25.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:25.878 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:26.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:26.378 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:26.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:26.879 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:27.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:27.379 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:27.379 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.742 s - in org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest testWizardDialogAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.621 s titleAreaMessagesAndImages(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 0.076 s testShellAsTitleAreaDialog(org.eclipse.reddeer.jface.test.dialogs.TitleAreaDialogTest) Time elapsed: 10.044 s Running org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.389 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.391 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:27.392 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:27.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:27.392 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:27.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:27.392 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:27.392 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:27.393 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:27.393 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:27.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:27.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:27.393 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:27.421 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:27.421 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:27.437 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:27.438 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:27.438 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:27.438 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:27.438 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:27.438 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:27.438 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:27.445 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:27.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 07:32:27.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.452 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:27.452 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:27.452 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:27.452 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:27.452 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:27.452 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:27.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:27.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:27.452 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:27.476 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:27.476 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:27.492 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:27.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:27.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:27.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:27.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:27.496 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:27.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.501 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:27.501 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:27.501 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:27.501 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:27.501 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:27.501 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:27.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:27.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:27.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:27.502 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:27.536 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:27.536 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:27.552 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:27.552 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:27.552 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:27.552 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:27.553 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:27.553 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:27.553 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item 1 and wait with time period 1 07:32:27.553 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 07:32:27.553 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:28.053 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:28.053 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 07:32:28.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item 1 07:32:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:28.060 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item 1 is already expanded. No action performed 07:32:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:28.060 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item 1 07:32:28.060 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 11 postfix and wait with time period 1 07:32:28.060 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 07:32:28.060 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:28.560 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:28.561 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 07:32:28.567 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 11 postfix 07:32:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:28.567 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 11 postfix is already expanded. No action performed 07:32:28.567 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:28.567 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 11 postfix 07:32:28.571 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:28.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:28.589 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:28.589 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:28.589 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:28.589 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:28.589 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:28.590 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:28.590 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:28.600 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:28.600 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:28.608 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:28.608 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:28.608 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:28.608 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:28.617 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:28.617 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:28.617 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:28.618 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:28.618 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:28.618 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:29.118 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:29.118 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:29.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:29.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:29.125 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:29.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:29.125 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:29.125 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:29.125 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:29.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:29.626 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:29.626 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:29.634 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:29.634 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:29.634 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:29.634 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:29.639 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:29.660 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:29.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:29.661 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:29.661 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:29.661 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:29.661 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:29.661 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:29.661 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:29.661 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:29.672 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:29.672 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:29.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:29.687 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:29.687 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:29.688 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:29.688 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:29.688 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:29.688 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:29.688 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:29.688 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:29.688 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:30.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:30.189 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:30.195 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:30.196 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:30.196 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:30.196 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:30.196 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:30.196 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:30.696 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:30.697 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:30.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:30.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:30.705 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:30.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:30.705 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:30.705 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xy postfix and wait with time period 1 07:32:30.705 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 07:32:30.705 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:31.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:31.206 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 07:32:31.216 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xy postfix 07:32:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:31.216 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xy postfix is already expanded. No action performed 07:32:31.216 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:31.216 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xy postfix 07:32:31.219 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:31.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:31.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:31.237 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:31.237 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:31.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:31.237 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:31.237 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:31.237 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:31.237 INFO [WorkbenchTestable][RequirementsRunner] Started test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:31.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:31.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:31.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:31.237 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:31.247 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:31.247 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:31.263 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:31.263 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:31.263 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:31.263 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:31.264 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:31.264 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:31.264 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:31.264 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:31.264 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:31.764 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:31.764 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:31.770 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:31.770 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:31.770 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:31.770 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:32.271 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:32.271 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:32.278 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:32.278 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:32.278 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:32.278 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:32.279 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:32.279 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:32.279 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:32.779 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:32.779 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:32.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:32.788 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:32.788 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:32.788 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:32.788 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:32.788 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:33.289 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:33.289 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:33.298 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:33.299 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:33.299 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:33.299 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:33.299 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:33.299 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:33.799 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:33.800 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:33.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:33.801 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:33.801 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:33.801 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:33.801 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:33.801 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:34.302 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:34.302 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:34.303 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:34.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:34.303 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:34.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:34.303 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:34.307 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:34.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:34.330 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:34.330 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:34.330 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:34.331 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:34.331 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:34.331 INFO [WorkbenchTestable][RequirementsRunner] Started test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:34.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:34.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:34.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:34.331 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:34.341 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:34.341 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:34.348 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:34.348 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:34.348 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:34.348 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children... 07:32:34.348 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree has children finished successfully 07:32:34.356 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 07:32:34.356 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:32:34.356 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:34.856 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:34.856 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:32:34.861 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:32:34.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:34.861 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 07:32:34.861 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:34.861 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:32:34.864 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:34.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:34.881 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:34.881 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:34.881 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:34.881 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:34.881 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:34.881 INFO [WorkbenchTestable][RequirementsRunner] Started test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:34.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:34.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:34.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:34.881 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:34.891 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:34.891 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:34.905 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:34.906 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:34.906 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:34.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:34.906 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:34.906 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:34.906 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 0 and wait with time period 1 07:32:34.906 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:32:34.906 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:35.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:35.407 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:32:35.411 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 0 07:32:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:35.411 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 0 is already expanded. No action performed 07:32:35.411 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:35.411 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 0 07:32:35.412 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item 00 and wait with time period 1 07:32:35.412 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 07:32:35.412 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:35.912 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:35.912 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 07:32:35.917 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item 00 07:32:35.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:35.917 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item 00 is already expanded. No action performed 07:32:35.917 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:35.917 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item 00 07:32:35.921 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:35.925 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:35.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:35.926 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:35.926 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:35.926 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:35.926 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:35.926 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:35.926 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:35.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:35.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:35.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:35.926 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:35.946 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:35.946 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:35.961 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:35.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:35.962 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:35.962 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:35.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:35.962 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:35.962 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:35.962 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:35.962 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:35.965 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:35.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:35.970 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:35.970 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:35.970 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:35.970 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:35.970 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:35.970 INFO [WorkbenchTestable][RequirementsRunner] Started test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:35.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:35.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:35.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:35.970 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:35.980 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Tree with no referenced composite specified, index 0 and no matchers specified 07:32:35.980 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:35.997 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:35.998 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:35.998 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:35.998 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:35.998 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:35.998 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Tree and index 0 was found 07:32:35.998 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:35.998 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:35.998 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:36.498 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:36.498 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:36.504 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:36.504 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:36.505 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:36.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:36.505 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:36.505 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item prefix item x and wait with time period 1 07:32:36.505 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:36.505 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:37.005 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:37.005 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:37.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item prefix item x 07:32:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:37.012 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item prefix item x is already expanded. No action performed 07:32:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:37.012 INFO [WorkbenchTestable][TreeItemHandler] Expanded: prefix item x 07:32:37.012 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:37.012 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:37.012 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:37.513 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:37.513 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:37.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:37.522 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:37.522 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:37.522 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:37.522 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:37.522 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:38.022 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:38.022 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:38.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:38.034 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:38.034 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:38.034 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:38.034 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:38.034 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:38.535 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:38.535 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:38.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:38.536 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:38.536 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:38.536 INFO [WorkbenchTestable][AbstractTreeItem] Expand tree item item xx postfix and wait with time period 1 07:32:38.536 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:38.536 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:39.037 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:39.037 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:39.038 DEBUG [WorkbenchTestable][TreeItemHandler] Expand Tree Item item xx postfix 07:32:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification... 07:32:39.038 DEBUG [WorkbenchTestable][TreeItemHandler] Tree Item item xx postfix is already expanded. No action performed 07:32:39.038 DEBUG [WorkbenchTestable][AbstractWait] Waiting until tree heard expand notification finished successfully 07:32:39.038 INFO [WorkbenchTestable][TreeItemHandler] Expanded: item xx postfix 07:32:39.042 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available. finished successfully 07:32:39.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:39.047 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:39.047 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:39.047 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:39.048 INFO [WorkbenchTestable][RequirementsRunner] Finished test: getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) 07:32:39.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest 07:32:39.048 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:39.048 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.048 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.659 s - in org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest getDuplicativeItemsX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.059 s getNonExistingItems no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.049 s getStyledTextOfItem111 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.088 s getDuplicativeItemsXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.071 s getDuplicativeItemsFromItemXY no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.576 s getStyledTextsOfItemXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.094 s getNonexistingItem no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.55 s testGetNonstyledItem000 no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 1.045 s getDuplicativeItemX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 0.044 s getDuplicativeItemsXXX no-configuration(org.eclipse.reddeer.jface.test.viewer.TreeViewerHandlerTest) Time elapsed: 3.078 s Running org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.055 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.056 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:39.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:39.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:39.056 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:39.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:39.056 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:39.056 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:39.056 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:39.057 INFO [WorkbenchTestable][RequirementsRunner] Started test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 07:32:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:39.057 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt (Eclipse:1651): Gtk-CRITICAL **: 07:32:39.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 07:32:39.094 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.TableItem with no referenced composite specified, index 0 and no matchers specified 07:32:39.094 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:39.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:39.107 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Testing shell" as the parent 07:32:39.107 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:39.107 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:39.107 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:39.108 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:39.108 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:39.108 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.TableItem and index 0 was found 07:32:39.109 INFO [WorkbenchTestable][AbstractTableItem] Double click table item Andrej 07:32:39.112 TRACE [main][WidgetHandler] Notify Table with event 13 07:32:39.112 TRACE [main][WidgetHandler] Wait for synchronization 07:32:39.112 TRACE [main][WidgetHandler] Notify Table with event 3 07:32:39.112 TRACE [main][WidgetHandler] Wait for synchronization 07:32:39.112 TRACE [main][WidgetHandler] Notify Table with event 4 07:32:39.112 TRACE [main][WidgetHandler] Wait for synchronization 07:32:39.125 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Text with referenced composite class org.eclipse.reddeer.jface.viewers.CellEditor, index 0 and no matchers specified 07:32:39.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:39.125 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:39.125 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:39.125 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:39.125 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Text and index 0 was found 07:32:39.125 DEBUG [WorkbenchTestable][AbstractText] Set focus to Text 07:32:39.125 INFO [WorkbenchTestable][AbstractText] Text set to: abc 07:32:39.126 TRACE [WorkbenchTestable][WidgetHandler] Notify Text with event 16 07:32:39.126 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:39.128 DEBUG [main][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Testing shell"] is available.... 07:32:39.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 07:32:39.129 DEBUG [main][AbstractShell] Set focus to Shell Testing shell 07:32:39.129 DEBUG [main][AbstractWait] Waiting until shell is active... 07:32:39.129 DEBUG [main][AbstractWait] Waiting until shell is active finished successfully 07:32:39.129 INFO [main][AbstractShell] Close shell Testing shell 07:32:39.129 INFO [main][ShellHandler] Closing shell 'Testing shell' 07:32:39.133 DEBUG [main][AbstractWait] Waiting while shell is available... 07:32:39.133 DEBUG [main][AbstractWait] Waiting while shell is available finished successfully 07:32:39.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.133 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:39.133 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:39.138 INFO [WorkbenchTestable][RequirementsRunner] Finished test: tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) 07:32:39.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.viewers.CellEditorTest 07:32:39.138 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:39.138 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.138 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.reddeer.jface.test.viewers.CellEditorTest tableEditorTest no-configuration(org.eclipse.reddeer.jface.test.viewers.CellEditorTest) Time elapsed: 0.081 s Running org.eclipse.reddeer.jface.test.window.WindowTest 07:32:39.147 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:39.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:39.158 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:39.158 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:39.160 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:39.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:39.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:39.161 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:39.161 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:39.161 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:39.161 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:39.166 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:39.166 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:39.166 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:39.167 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:39.168 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:39.168 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:32:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:32:39.188 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:39.188 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:39.188 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:32:39.189 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:39.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:39.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:39.189 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:32:39.189 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:39.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") 07:32:39.189 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:39.189 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:39.189 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:39.689 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:39.690 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:40.190 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:40.190 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:40.190 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:32:40.191 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:32:40.191 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:32:40.191 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:40.201 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:40.201 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:40.201 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:40.201 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:40.201 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:40.202 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:40.206 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:40.206 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:40.206 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:40.206 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:40.206 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:40.206 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:40.225 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:40.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:40.225 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:40.225 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:40.226 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:32:40.226 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:40.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:40.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:40.226 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:32:40.226 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:40.226 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:40.226 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:40.226 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:40.226 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:40.727 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:40.727 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:41.227 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.227 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:41.227 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:32:41.228 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:32:41.228 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:32:41.228 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:41.236 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:41.236 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.236 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:41.236 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:41.236 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:41.236 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.240 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:41.240 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:41.240 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:41.240 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:41.240 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:41.240 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:32:41.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.258 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:32:41.258 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.258 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.259 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.259 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.259 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:32:41.259 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:32:41.261 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:32:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:32:41.273 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.273 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:41.273 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:41.273 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:41.273 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.284 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:41.284 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:41.284 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:41.284 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:41.284 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:41.284 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:32:41.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.303 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:32:41.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.303 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.303 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.304 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:32:41.304 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:32:41.306 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:32:41.318 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:32:41.319 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:41.319 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:41.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:41.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.319 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:41.319 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.319 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.320 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:41.320 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:41.320 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:41.320 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.323 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:41.323 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:41.323 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:41.323 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:41.323 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:41.323 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:41.334 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:32:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:32:41.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.335 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:32:41.335 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.335 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.335 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.335 INFO [WorkbenchTestable][AbstractShell] Close shell Eclipse Window 07:32:41.335 INFO [WorkbenchTestable][ShellHandler] Closing shell 'Eclipse Window' 07:32:41.338 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available... 07:32:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting while shell is available finished successfully 07:32:41.350 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.350 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.351 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:41.351 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:41.351 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:41.351 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.354 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:41.354 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:41.354 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:41.354 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:41.354 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:41.354 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available.... 07:32:41.372 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Matcher matching widget which text matches: "Eclipse Window"] is available. finished successfully 07:32:41.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.373 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:32:41.373 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:41.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:41.373 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:32:41.373 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:41.373 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:41.374 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.swt.impl.shell.DefaultShell, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Cancel") 07:32:41.374 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:41.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.374 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:41.874 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:41.874 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:42.374 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:42.375 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:42.375 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:32:42.375 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:32:42.375 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:32:42.375 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:42.384 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:42.384 DEBUG [WorkbenchTestable][WorkbenchShell] Workbench shell has title 'data - Eclipse Platform' 07:32:42.384 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.ToolItem with referenced composite class org.eclipse.reddeer.workbench.impl.shell.WorkbenchShell, index 0 and following matchers specified (Matcher matching widget which tooltip matches: "openEclipseWindowTitleTooltip") 07:32:42.384 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:42.384 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:42.387 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:42.387 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:42.387 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.ToolItem and index 0 was found 07:32:42.387 INFO [WorkbenchTestable][AbstractToolItem] Click tool item openEclipseWindowTitleTooltip 07:32:42.387 TRACE [WorkbenchTestable][WidgetHandler] Notify ToolItem with event 13 07:32:42.387 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:42.405 DEBUG [WorkbenchTestable][WindowIsAvailable] Looking for Window matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.window.Window, Matcher matching widget which text matches: "Eclipse Window"] 07:32:42.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:42.405 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:42.405 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:42.406 TRACE [WorkbenchTestable][RedDeerEclipseWindow] Shell Eclipse Window is not null and is not disposed 07:32:42.406 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:42.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:42.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:42.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:42.406 INFO [WorkbenchTestable][WorkbenchShellHandler] Close shell Eclipse Window 07:32:42.406 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Eclipse Window 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:42.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") 07:32:42.406 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:42.406 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:42.406 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:42.906 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:42.907 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:43.407 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.407 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0is not found 07:32:43.407 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found failed, an exception will be thrown 07:32:43.408 ERROR [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was not found 07:32:43.408 TRACE [WorkbenchTestable][WidgetHandler] Notify Shell with event 21 07:32:43.408 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.272 s - in org.eclipse.reddeer.jface.test.window.WindowTest openableEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.055 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.034 s openActionNotDefinedIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.001 s eclipseWindowIsOpen(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 0.083 s openableEclipseWindowCustomAction(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.064 s openEclipseWindow(org.eclipse.reddeer.jface.test.window.WindowTest) Time elapsed: 1.033 s Running org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.423 INFO [WorkbenchTestable][RequirementsRunnerBuilder] Found test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.423 INFO [WorkbenchTestable][RedDeerSuite] RedDeer suite created 07:32:43.424 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into static fields of test class: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:43.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run before class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.424 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:43.424 DEBUG [WorkbenchTestable][CloseWelcomeScreenExt] Trying to close Welcome Screen 07:32:43.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:43.431 DEBUG [WorkbenchTestable][SetOpenAssociatedPerspectiveExt] Setting open associated perspective to: 'never' 07:32:43.431 DEBUG [WorkbenchTestable][RunIBeforeClassExtensions] Run method runBeforeTestClass() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:43.432 DEBUG [WorkbenchTestable][RequirementsRunner] Injecting fulfilled requirements into test instance: org.eclipse.reddeer.junit.internal.requirement.Requirements 07:32:43.432 INFO [WorkbenchTestable][RequirementsRunner] Started test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 07:32:43.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run before test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.CloseWelcomeScreenExt 07:32:43.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.SetOpenAssociatedPerspectiveExt 07:32:43.432 DEBUG [WorkbenchTestable][RunIBeforeTestExtensions] Run method runBeforeTest() of class org.eclipse.reddeer.junit.extension.before.test.impl.DoNotDownloadMavenIndexesExt 07:32:43.433 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available.... 07:32:43.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:43.482 DEBUG [WorkbenchTestable][WidgetHandler] Get widget data 07:32:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell matching Matcher matching when all matchers match: [Window matching class class org.eclipse.jface.preference.PreferenceDialog, Matcher matching widget which text matches: "Preferences"] is available. finished successfully 07:32:43.483 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell Preferences 07:32:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:43.483 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:43.483 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.484 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.484 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:32:43.484 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:43.484 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.488 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.488 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:43.488 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:43.489 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with no referenced composite specified, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "make valid") 07:32:43.489 DEBUG [WorkbenchTestable][WidgetLookup] No parent specified, finding one 07:32:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:43.489 TRACE [WorkbenchTestable][WidgetLookup] Setting active shell with title "Preferences" as the parent 07:32:43.489 DEBUG [WorkbenchTestable][WidgetLookup] Parent found successfully 07:32:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:43.489 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.489 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.489 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:43.489 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:43.490 INFO [WorkbenchTestable][AbstractButton] Click button make valid 07:32:43.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:43.490 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:43.490 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:43.490 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:43.490 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.491 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.491 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:32:43.491 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:43.491 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.492 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.492 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:43.492 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:43.492 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.493 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.493 DEBUG [WorkbenchTestable][WidgetLookup] Looking up active widget with class type org.eclipse.swt.widgets.Button with referenced composite class org.eclipse.reddeer.jface.preference.PreferenceDialog, index 0 and following matchers specified (Widget matcher matching widgets with style: 8, Matcher matching widgets with text that without mnenomic matches: is "Apply and Close") 07:32:43.493 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found... 07:32:43.493 TRACE [WorkbenchTestable][WidgetLookup] Looking up widget with index 0 with specified parent and matchers 07:32:43.494 TRACE [WorkbenchTestable][WidgetLookup] widget with index 0 is found 07:32:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until widget is found finished successfully 07:32:43.494 DEBUG [WorkbenchTestable][WidgetLookup] Active widget with class type org.eclipse.swt.widgets.Button and index 0 was found 07:32:43.494 INFO [WorkbenchTestable][AbstractButton] Click button Apply and Close 07:32:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled... 07:32:43.494 DEBUG [WorkbenchTestable][AbstractWait] Waiting until control is enabled finished successfully 07:32:43.494 TRACE [WorkbenchTestable][WidgetHandler] Notify Button with event 13 07:32:43.494 TRACE [WorkbenchTestable][WidgetHandler] Wait for synchronization 07:32:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available... 07:32:43.517 DEBUG [WorkbenchTestable][AbstractWait] Waiting while window is available finished successfully 07:32:43.517 DEBUG [WorkbenchTestable][AbstractShell] Set focus to Shell data - Eclipse Platform 07:32:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active... 07:32:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until shell is active finished successfully 07:32:43.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run after test extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.518 DEBUG [WorkbenchTestable][RunIAfterTestExtensions] Run method runAfterTest() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:43.518 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:43.518 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully 07:32:43.518 INFO [WorkbenchTestable][RequirementsRunner] Finished test: testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) 07:32:43.519 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run after class extensions for test class org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest 07:32:43.519 DEBUG [WorkbenchTestable][RunIAfterClassExtensions] Run method runAfterTestClass() of class org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt 07:32:43.519 INFO [WorkbenchTestable][WorkbenchShellHandler] Closing all shells... 07:32:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists... 07:32:43.519 DEBUG [WorkbenchTestable][AbstractWait] Waiting until active shell exists finished successfully Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest testCanFinish no-configuration(org.eclipse.reddeer.jface.test.preference.PreferenceDialogTest) Time elapsed: 0.086 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.v20230825-0716 [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.v20230825-0716 [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 1142/2127K 1158/2127K 1174/2127K 1190/2127K 1206/2127K 1222/2127K 1238/2127K 1254/2127K 1270/2127K 1286/2127K 1302/2127K 1318/2127K 1334/2127K 1350/2127K 1366/2127K 1382/2127K 1398/2127K 1414/2127K 1430/2127K 1446/2127K 1462/2127K 1478/2127K 1494/2127K 1510/2127K 1526/2127K 1542/2127K 1558/2127K 1574/2127K 1590/2127K 1606/2127K 1622/2127K 1638/2127K 1654/2127K 1670/2127K 1686/2127K 1702/2127K 1713/2127K 1729/2127K 1745/2127K 1761/2127K 1777/2127K 1793/2127K 1809/2127K 1825/2127K 1841/2127K 1857/2127K 1873/2127K 1889/2127K 1905/2127K 1921/2127K 1937/2127K 1953/2127K 1970/2127K 1986/2127K 2002/2127K 2018/2127K 2034/2127K 2050/2127K 2066/2127K 2082/2127K 2098/2127K 2114/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 [ 1.941 s] [INFO] RedDeer Plugins .................................... SUCCESS [ 0.004 s] [INFO] RedDeer Common ..................................... SUCCESS [ 11.955 s] [INFO] RedDeer Workbench Core ............................. SUCCESS [ 1.717 s] [INFO] RedDeer E4 Workbench Core .......................... SUCCESS [ 0.375 s] [INFO] RedDeer Core ....................................... SUCCESS [ 1.072 s] [INFO] RedDeer SWT ........................................ SUCCESS [ 0.619 s] [INFO] RedDeer JFace ...................................... SUCCESS [ 0.611 s] [INFO] RedDeer Workbench .................................. SUCCESS [ 1.118 s] [INFO] RedDeer E4 Workbench ............................... SUCCESS [ 0.381 s] [INFO] RedDeer UIForms .................................... SUCCESS [ 0.535 s] [INFO] RedDeer Direct ..................................... SUCCESS [ 0.293 s] [INFO] RedDeer JUnit ...................................... SUCCESS [ 0.864 s] [INFO] RedDeer Eclipse .................................... SUCCESS [ 1.422 s] [INFO] RedDeer GEF ........................................ SUCCESS [ 0.488 s] [INFO] RedDeer GEF Spy .................................... SUCCESS [ 0.676 s] [INFO] RedDeer Graphiti ................................... SUCCESS [ 0.509 s] [INFO] RedDeer JDT Junit .................................. SUCCESS [ 0.294 s] [INFO] RedDeer JUnit Extensions ........................... SUCCESS [ 0.696 s] [INFO] RedDeer Requirements ............................... SUCCESS [ 0.512 s] [INFO] RedDeer UI ......................................... SUCCESS [ 1.301 s] [INFO] RedDeer Spy ........................................ SUCCESS [ 0.391 s] [INFO] RedDeer Recorder ................................... SUCCESS [ 1.010 s] [INFO] RedDeer Go ......................................... SUCCESS [ 0.306 s] [INFO] RedDeer Log Parser ................................. SUCCESS [ 0.442 s] [INFO] RedDeer CodeGen .................................... SUCCESS [ 0.908 s] [INFO] RedDeer Test-Apps .................................. SUCCESS [ 0.021 s] [INFO] RedDeer E4 Test App ................................ SUCCESS [ 0.179 s] [INFO] RedDeer Tests ...................................... SUCCESS [ 0.059 s] [INFO] RedDeer Common Tests ............................... SUCCESS [01:08 min] [INFO] RedDeer SWT Tests .................................. SUCCESS [03:36 min] [INFO] RedDeer Core Tests ................................. SUCCESS [03:10 min] [INFO] RedDeer Workbench Tests ............................ SUCCESS [04:48 min] [INFO] RedDeer UIForms Test ............................... SUCCESS [ 24.711 s] [INFO] RedDeer JFace Tests ................................ SUCCESS [01:19 min] [INFO] RedDeer Integration and Eclipse Installation Tests . SUCCESS [ 8.131 s] [INFO] RedDeer Eclipse Tests .............................. FAILURE [ 29.126 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: 16:59 min [INFO] Finished at: 2023-08-25T07:33:23Z [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